diff --git a/assets/js/sections/bandmap_list.js b/assets/js/sections/bandmap_list.js index ef8690356..9fba62070 100644 --- a/assets/js/sections/bandmap_list.js +++ b/assets/js/sections/bandmap_list.js @@ -83,6 +83,9 @@ $(function() { setTimeout(function(){ // Remove Highlights within 15sec $(".fresh").removeClass("bg-info"); },1000); + } else { + table.clear(); + table.draw(); } }); } else {