Enable experimental background color for staging.

(imported from commit 833b25ae48e44bc7749463b7dd26418d6e25703a)
This commit is contained in:
Waseem Daher
2013-12-04 14:15:23 -05:00
parent 87814572c9
commit 010475d49f
2 changed files with 7 additions and 0 deletions

View File

@@ -1619,6 +1619,11 @@ $(function () {
$("#group-pm-list").hide();
}
// UI experiments
if (feature_flags.experimental_background) {
exports.switchBackground();
}
// initialize other stuff
composebox_typeahead.initialize();
search.initialize();