mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add === to check in dash
This commit is contained in:
parent
6b42735444
commit
c111f7b69e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user