diff --git a/public/scripts/world-info.js b/public/scripts/world-info.js index f0999de86..1f601d5b8 100644 --- a/public/scripts/world-info.js +++ b/public/scripts/world-info.js @@ -1986,11 +1986,6 @@ function clearEntryList() { $elem.remove(); }); - // Destroy Sortable - if ($list.sortable('instance')) { - $list.sortable('destroy'); - } - const totalElementsOfAnyKindLeftInList = $list.children().length; // Final cleanup