disable table select all rows on server change
This commit is contained in:
parent
397e02aa42
commit
79a8532f8f
@ -179,6 +179,7 @@ async function registerNewSubscription(name, url, guildId, extraNotes) {
|
||||
}
|
||||
|
||||
function clearExistingTableRows() {
|
||||
$("#subTable thead .table-select-all").prop("checked", false).prop("indeterminate", false);
|
||||
subTable.clear().draw(false);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user