Fix small issue with piggy banks.

This commit is contained in:
James Cole
2017-01-01 16:55:18 +01:00
parent ecbc0c1778
commit 04290bf9b6
8 changed files with 45 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ $(function () {
$('.addMoney').on('click', addMoney);
$('.removeMoney').on('click', removeMoney);
$('#sortable tbody').sortable(
$('#sortable-piggy tbody').sortable(
{
helper: fixHelper,
stop: stopSorting,

File diff suppressed because one or more lines are too long