Fix not able to mark wish as fulfilled
This commit is contained in:
parent
fc88075bfc
commit
8afd41adc4
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ $(function () {
|
|||
method : 'PUT',
|
||||
data : {
|
||||
'wish_id' : card.attr('data-id'),
|
||||
'wish_status' : wishthis.strings.modal.wish.status.fulfilled,
|
||||
'wish_status' : wishthis.wish.status.fulfilled,
|
||||
},
|
||||
on : 'now',
|
||||
onSuccess : function(response, element, xhr) {
|
||||
|
|
Loading…
Reference in a new issue