Enable local echo for hacker school realms

(imported from commit cd34b326f94be5fdf5ec93a0e5302b880f16e78c)
This commit is contained in:
Leo Franchi
2014-02-03 16:52:09 -05:00
parent 0e1909f489
commit e8d4723d44

View File

@@ -43,7 +43,7 @@ exports.show_autoscroll_forever_option = page_params.show_autoscroll_forever_opt
// Still very beta:
exports.full_width = false; //page_params.staging;
exports.local_echo = page_params.staging;
exports.local_echo = page_params.staging || is_customer4;
exports.show_digest_email_setting = page_params.staging;