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

View File

@ -51,7 +51,7 @@ function acceptPost(post) {
ajax("/solution/accept", { ajax("/solution/accept", {
type: 'POST', type: 'POST',
data: { id: post.get('.id') } data: { id: post.get('id') }
}).catch(popupAjaxError); }).catch(popupAjaxError);
} }