Check newsletter auth setting when checking guest access enabled

This commit is contained in:
JonnyWong16 2018-05-17 08:34:36 -07:00
parent a1e9e7e87f
commit a408a62234

View file

@ -2487,6 +2487,7 @@ $(document).ready(function() {
$("#allow_guest_access").attr("disabled", false);
$("#allowGuestCheck").html("");
}
newsletterPasswordEnabled();
}
allowGuestAccessCheck();