disable table select all rows on server change

This commit is contained in:
Corban-Lee Jones 2024-04-24 17:26:55 +01:00
parent 397e02aa42
commit 79a8532f8f

View File

@ -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);
}