Add a feature flag for local echo

(imported from commit 8aad03929333c77da62160aeb58013a0844c6eab)
This commit is contained in:
Leo Franchi 2014-01-23 14:54:38 -05:00
parent 6d332151d2
commit 9b42cdd826
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,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.show_digest_email_setting = page_params.staging;