mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-07-04 12:52:17 +00:00
FIX: solved not working on latest ember
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user