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:
Waseem Daher
2014-07-15 14:21:03 -07:00
parent 710a802f49
commit 307d367346
10 changed files with 30 additions and 22 deletions

View File

@@ -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;