Turn on topic zooming for everyone.

(imported from commit ca9664d1b838b09615380f48802384fbb33111fa)
This commit is contained in:
Steve Howell 2013-12-05 11:24:56 -05:00
parent 052b8a3b59
commit 686c039c81
1 changed files with 1 additions and 10 deletions

View File

@ -51,17 +51,8 @@ exports.experimental_background = page_params.staging || _.contains(['mit.edu'],
exports.show_digest_email_setting = page_params.staging;
var zoom_realms = [
'customer4.invalid',
'users.customer4.invalid',
'customer10.invalid',
'upworthy.com',
'mit.edu',
'cmtelematics.com'
];
exports.topic_zooming = page_params.staging || _.contains(zoom_realms, page_params.domain);
// Still burning in...
exports.topic_zooming = true;
exports.mark_read_at_bottom = true;
exports.propagate_topic_edits = true;
exports.summarize_read_while_narrowed = false;