mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Fix sorting.
This commit is contained in:
@@ -35,6 +35,7 @@ $(document).ready(function () {
|
||||
//stop: stopSorting,
|
||||
items: 'tr:not(.ignore)',
|
||||
stop: sortStop,
|
||||
handle: '.handle'
|
||||
//revert: 'invalid'
|
||||
}
|
||||
).disableSelection();
|
||||
|
Reference in New Issue
Block a user