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); });