Skip to content

Commit

Permalink
Widening scope of 'Clicking on desktop notification narrows you' expe…
Browse files Browse the repository at this point in the history
…riment.

Unfortunately this is basically a WebKit-non-desktop-app-only experiment.

(imported from commit 6f5abe1dcd9113533c339951677a9d3d230038dd)
  • Loading branch information
wdaher committed Dec 18, 2013
1 parent ef08969 commit 23ddf7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions static/js/feature_flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ exports.show_autoscroll_forever_option = page_params.show_autoscroll_forever_opt
exports.fade_users_when_composing = page_params.staging || is_customer4;
exports.use_socket = page_params.staging;

exports.clicking_notification_causes_narrow = page_params.staging || is_customer4 ||
_.contains(['customer25.invalid', 'mit.edu', 'customer21.invalid'], page_params.domain);

exports.full_width = page_params.staging;

exports.show_digest_email_setting = page_params.staging;
Expand All @@ -56,6 +53,7 @@ exports.topic_zooming = true;
exports.mark_read_at_bottom = true;
exports.propagate_topic_edits = true;
exports.summarize_read_while_narrowed = false;
exports.clicking_notification_causes_narrow = true;

// Ready for deprecation.
exports.collapsible = false;
Expand Down

0 comments on commit 23ddf7b

Please sign in to comment.