mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix sort [skip ci]
This commit is contained in:
parent
04290bf9b6
commit
540fc4f924
@ -73,7 +73,7 @@ function stopSorting() {
|
||||
"use strict";
|
||||
$('.loadSpin').addClass('fa fa-refresh fa-spin');
|
||||
var order = [];
|
||||
$.each($('#sortable>tbody>tr'), function (i, v) {
|
||||
$.each($('#sortable-piggy>tbody>tr'), function (i, v) {
|
||||
var holder = $(v);
|
||||
var id = holder.data('id');
|
||||
order.push(id);
|
||||
|
Loading…
Reference in New Issue
Block a user