mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
Initial support for white-labeling Zulip as "Dropbox Chat" or otherwise.
Known issues: * No support for whitelabeling in the email * No whitelabeling for any externally-visible branding (imported from commit 9eab7b0744e56a87007b8621a8bb18bbb1080256)
This commit is contained in:
@@ -143,7 +143,7 @@ exports.redraw_title = function () {
|
||||
var n;
|
||||
|
||||
var new_title = (new_message_count ? ("(" + new_message_count + ") ") : "")
|
||||
+ page_params.realm_name + " - Zulip";
|
||||
+ page_params.realm_name + " - " + page_params.product_name;
|
||||
|
||||
if (document.title === new_title) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user