mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Various code cleanup.
This commit is contained in:
@@ -24,7 +24,7 @@ $(function () {
|
||||
$('.addMoney').on('click', addMoney);
|
||||
$('.removeMoney').on('click', removeMoney);
|
||||
|
||||
$('#sortable-piggy tbody').sortable(
|
||||
$('#sortable-piggy').find('tbody').sortable(
|
||||
{
|
||||
helper: fixHelper,
|
||||
stop: stopSorting,
|
||||
|
||||
Reference in New Issue
Block a user