mirror of https://github.com/zulip/zulip.git
Turn on 24-hour time for customer8.invalid (Iceland).
I added myself as well. (imported from commit 44c631de4ef157f055258ffa609666bb58d163f9)
This commit is contained in:
parent
2fab8ab8f5
commit
3fc352788d
|
@ -5,8 +5,13 @@ var exports = {};
|
|||
exports.mark_read_at_bottom = true;
|
||||
exports.summarize_read_while_narrowed = true;
|
||||
|
||||
exports.twenty_four_hour_time = _.contains([],
|
||||
page_params.email);
|
||||
var internal_24_hour_people= _.contains([],
|
||||
page_params.email);
|
||||
|
||||
var iceland = page_params.domain === 'customer8.invalid';
|
||||
|
||||
exports.twenty_four_hour_time = internal_24_hour_people || iceland;
|
||||
|
||||
exports.dropbox_integration = page_params.staging || _.contains(['dropbox.com'], page_params.domain);
|
||||
|
||||
exports.mandatory_topics = _.contains([
|
||||
|
|
Loading…
Reference in New Issue