Re-enable local echo for staging

(imported from commit e8b579e2289271732d3998cbe16854e39e55d5d6)
This commit is contained in:
Leo Franchi
2014-01-24 16:03:34 -05:00
parent 3b07c164fb
commit 6d9edcf06f

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 = false; // page_params.staging;
exports.local_echo = page_params.staging;
exports.show_digest_email_setting = page_params.staging;