Skip to content

Commit

Permalink
Push experimental background colors out to MIT.
Browse files Browse the repository at this point in the history
(imported from commit e7420e55b616f2e885a74391b9b3e4452d9bb25d)
  • Loading branch information
wdaher committed Dec 5, 2013
1 parent bd68884 commit 052b8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/feature_flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exports.use_socket = false;
exports.clicking_notification_causes_narrow = page_params.staging || is_customer4 ||
_.contains(['customer25.invalid'], page_params.domain);

exports.experimental_background = page_params.staging;
exports.experimental_background = page_params.staging || _.contains(['mit.edu'], page_params.domain);

exports.show_digest_email_setting = page_params.staging;

Expand Down

0 comments on commit 052b8a3

Please sign in to comment.