mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-23 16:04:46 -07:00
Add JSON.stringify
This commit is contained in:
Vendored
+1
-1
@@ -88,7 +88,7 @@ function stopSorting() {
|
||||
//$.post('api/v1/accounts/' + id, {order: newOrder, _token: token});
|
||||
$.ajax({
|
||||
url: 'api/v1/accounts/' + id,
|
||||
data: {order: newOrder},
|
||||
data: JSON.stringify({order: newOrder}),
|
||||
type: 'PUT',
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user