mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix new email config showing when HTML formatted email is unchecked
This commit is contained in:
parent
d76ded3ebe
commit
ef8c91ee56
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@
|
|||
});
|
||||
|
||||
function toggleNewEmailConfig () {
|
||||
if ($('#newsletter_email_notifier_id').val() === '0') {
|
||||
if ($('#newsletter_config_formatted_checkbox').is(':checked') && $('#newsletter_email_notifier_id').val() === '0') {
|
||||
$('#newsletter-email-config').show();
|
||||
} else {
|
||||
$('#newsletter-email-config').hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue