Added table.clear if no spot was found

This commit is contained in:
int2001
2024-01-31 07:32:00 +00:00
parent 0091c1046e
commit 76a606214a

View File

@@ -83,6 +83,9 @@ $(function() {
setTimeout(function(){ // Remove Highlights within 15sec
$(".fresh").removeClass("bg-info");
},1000);
} else {
table.clear();
table.draw();
}
});
} else {