mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 03:00:14 +00:00
Clean up code.
This commit is contained in:
1
public/v1/js/ff/accounts/index.js
vendored
1
public/v1/js/ff/accounts/index.js
vendored
@@ -63,7 +63,6 @@ function stopSorting() {
|
||||
"use strict";
|
||||
$.each($('#sortable-table>tbody>tr.sortable-object'), function (i, v) {
|
||||
var holder = $(v);
|
||||
var parentBody = holder.parent();
|
||||
var position = parseInt(holder.data('position'));
|
||||
var originalOrder = parseInt(holder.data('order'));
|
||||
var id = holder.data('id');
|
||||
|
Reference in New Issue
Block a user