Fix active switch broken due to table changes
This commit is contained in:
parent
2c0174ccba
commit
3b148551db
@ -121,7 +121,7 @@ async function initSubscriptionTable() {
|
||||
bindTableCheckboxes("#subTable", subTable, "#deleteSelectedSubscriptionsBtn");
|
||||
}
|
||||
|
||||
$("#subTable").on("change", ".sub-toggle-active", async function () {
|
||||
$(document).on("change", ".sub-toggle-active", async function () {
|
||||
|
||||
/*
|
||||
Lock all toggles to soft-prevent spam.
|
||||
|
Loading…
x
Reference in New Issue
Block a user