mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
Move feature_flags into its own file.
(imported from commit b775f85a24422d236b0079810b98b6b984cb60a2)
This commit is contained in:
10
static/js/feature_flags.js
Normal file
10
static/js/feature_flags.js
Normal file
@@ -0,0 +1,10 @@
|
||||
var feature_flags = (function () {
|
||||
|
||||
var exports = {};
|
||||
|
||||
exports.always_open_compose = page_params.staging;
|
||||
exports.mark_read_at_bottom = page_params.staging;
|
||||
|
||||
return exports;
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user