1
0
mirror of synced 2026-08-07 02:37:14 +00:00

FIX: solved not working on latest ember

This commit is contained in:
Sam
2016-12-20 15:50:27 +11:00
parent 9fa384e1db
commit f972ae41aa
@@ -51,7 +51,7 @@ function acceptPost(post) {
ajax("/solution/accept", {
type: 'POST',
data: { id: post.get('.id') }
data: { id: post.get('id') }
}).catch(popupAjaxError);
}