This commit is contained in:
James Cole
2017-12-20 20:07:57 +01:00
parent 62a4af8607
commit 36c8275f5e
8 changed files with 9 additions and 8 deletions

View File

@@ -96,7 +96,7 @@ function sortStop(event, ui) {
});
// do extra animation when done?
$.post('transactions/reorder', {items: submit, date: thisDate});
$.post('transactions/reorder', {items: submit, date: thisDate, _token: token});
current.animate({backgroundColor: "#5cb85c"}, 200, function () {
$(this).animate({backgroundColor: originalBG}, 200);