Fix active switch broken due to table changes

This commit is contained in:
Corban-Lee Jones 2024-07-16 10:07:25 +01:00
parent 2c0174ccba
commit 3b148551db

View File

@ -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.