mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
And another small JS fix [skip ci]
This commit is contained in:
parent
b2db79cc10
commit
deebdd86a6
@ -62,7 +62,7 @@ function removeMoney(e) {
|
||||
function stopSorting() {
|
||||
$('.loadSpin').addClass('fa fa-refresh fa-spin');
|
||||
var order = [];
|
||||
$.each($('#sortable>tr'), function(i,v) {
|
||||
$.each($('#sortable>tbody>tr'), function(i,v) {
|
||||
var holder = $(v);
|
||||
var id = holder.data('id');
|
||||
order.push(id);
|
||||
|
Loading…
Reference in New Issue
Block a user