mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
Enable experimental background color for staging.
(imported from commit 833b25ae48e44bc7749463b7dd26418d6e25703a)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user