Add === to check in dash

This commit is contained in:
Andrew 2022-03-13 16:14:50 -04:00
parent 6b42735444
commit c111f7b69e

View File

@ -653,7 +653,7 @@
});
$('#servers_table').on('search.dt', function() {
let value = $('.dataTables_filter input').val()
if(value == ''){
if(value === ''){
const table = document.querySelector("table");
for (const row of table.rows) {
row.setAttribute('draggable', true)