diff --git a/apps/static/js/home/subscriptions.js b/apps/static/js/home/subscriptions.js index 073222b..437cf0a 100644 --- a/apps/static/js/home/subscriptions.js +++ b/apps/static/js/home/subscriptions.js @@ -120,9 +120,11 @@ function initSubscriptionTable() { $("#subTable").on("change", ".sub-toggle-active", async function () { - // Lock all toggles to soft-prevent spam. - // There is a rate limit, but allowing the user to - // reach it from this toggle would be bad. + /* + Lock all toggles to soft-prevent spam. + There is a rate limit, but allowing the user to + reach it from this toggle would be bad. + */ $(".sub-toggle-active").prop("disabled", true); try { diff --git a/apps/templates/home/includes/submodal.html b/apps/templates/home/includes/submodal.html index 5277cb7..ef6dd8c 100644 --- a/apps/templates/home/includes/submodal.html +++ b/apps/templates/home/includes/submodal.html @@ -91,14 +91,14 @@