From b3589cef835c916caebe6fdfd99c1c3707aad6db Mon Sep 17 00:00:00 2001 From: int2001 Date: Wed, 8 Nov 2023 09:55:26 +0000 Subject: [PATCH] Keep Sorting when changing Bands --- assets/js/sections/bandmap_list.js | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/js/sections/bandmap_list.js b/assets/js/sections/bandmap_list.js index a69a250b..1e7e8fba 100644 --- a/assets/js/sections/bandmap_list.js +++ b/assets/js/sections/bandmap_list.js @@ -113,7 +113,6 @@ $(function() { }); $("#band").on("change",function() { - table.order([1, 'asc']); table.clear(); fill_list($('#band option:selected').val(), $('#decontSelect option:selected').val(),dxcluster_maxage); });