From 76a606214a390aa400a2bd365c201affdce92143 Mon Sep 17 00:00:00 2001 From: int2001 Date: Wed, 31 Jan 2024 07:32:00 +0000 Subject: [PATCH] Added table.clear if no spot was found --- assets/js/sections/bandmap_list.js | 3 +++ 1 file changed, 3 insertions(+) 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 {