FIX: solved not working on latest ember
This commit is contained in:
@@ -51,7 +51,7 @@ function acceptPost(post) {
|
||||
|
||||
ajax("/solution/accept", {
|
||||
type: 'POST',
|
||||
data: { id: post.get('.id') }
|
||||
data: { id: post.get('id') }
|
||||
}).catch(popupAjaxError);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user