home.py: move show_digest_email as realm_show_digest_email.

Part of #3853.
This commit is contained in:
fionabunny
2017-04-19 22:59:03 -07:00
committed by Tim Abbott
parent 64041e0da1
commit 935ddf3b17
4 changed files with 4 additions and 3 deletions

View File

@@ -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();
}