From 62878c37c9db78e1a2f550f09f5c3c0b5024c309 Mon Sep 17 00:00:00 2001 From: NovemLinguae Date: Tue, 16 Apr 2024 00:31:11 -0700 Subject: [PATCH] fix padding, fix linter error --- src/modules/submissions.js | 2 +- src/templates/tpl-preferences.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/modules/submissions.js b/src/modules/submissions.js index 6522da65..fc9bede1 100644 --- a/src/modules/submissions.js +++ b/src/modules/submissions.js @@ -2624,7 +2624,7 @@ // TODO: manually test function subscribeToBottomSection( submitter ) { - if ( /* preferenceIsOff */ ) { + if ( !AFCH.prefs.autoSubscribe ) { return; } diff --git a/src/templates/tpl-preferences.html b/src/templates/tpl-preferences.html index 7a7f2923..a82fa8f5 100644 --- a/src/templates/tpl-preferences.html +++ b/src/templates/tpl-preferences.html @@ -30,8 +30,9 @@
- - +