mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
home.py: move show_digest_email as realm_show_digest_email.
Part of #3853.
This commit is contained in:
@@ -5,7 +5,7 @@ var exports = {};
|
||||
exports.set_up = function () {
|
||||
$("#notify-settings-status").hide();
|
||||
|
||||
if (!page_params.show_digest_email) {
|
||||
if (!page_params.realm_show_digest_email) {
|
||||
$("#other_notifications").hide();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user