big changes coming...

This commit is contained in:
Kyle
2020-03-19 21:00:40 -07:00
parent fbe849564e
commit 92501e4ecb
366 changed files with 6136 additions and 1843 deletions

View File

@@ -2156,7 +2156,7 @@ Sortable.prototype =
if (moved && !awaitingDragStarted) {
toggleClass(dragEl, putSortable ? putSortable.options.ghostClass : this.options.ghostClass, false);
//code added by me (Kyle) starts here!
cardMasterUpdated()
drawCardObjects()
//code added by me (Kyle) ends here!
}