diff --git a/public/js/ff/accounts/show.js b/public/js/ff/accounts/show.js index e981faeb55..1d53f11c1b 100644 --- a/public/js/ff/accounts/show.js +++ b/public/js/ff/accounts/show.js @@ -86,7 +86,7 @@ function sortStop(event, ui) { }); // do extra animation when done? - $.post('transaction/reorder', {items: submit, date: thisDate, _token: token}); + $.post('transactions/reorder', {items: submit, date: thisDate, _token: token}); current.animate({backgroundColor: "#5cb85c"}, 200, function () { $(this).animate({backgroundColor: originalBG}, 200); diff --git a/resources/views/accounts/show.twig b/resources/views/accounts/show.twig index 42068245e4..37f19e9639 100644 --- a/resources/views/accounts/show.twig +++ b/resources/views/accounts/show.twig @@ -75,7 +75,7 @@