diff options
author | asaadmahmoodspin <asaad@battlehouse.com> | 2015-06-19 19:52:04 +0500 |
---|---|---|
committer | asaadmahmoodspin <asaad@battlehouse.com> | 2015-06-19 19:52:04 +0500 |
commit | 20676fd740781e3b818b7411be17ec6f4f67bc3f (patch) | |
tree | 059988228781471d43fd212525cb3bd53de0e040 /web/static/config/config.js | |
parent | 0821b51f4ee5fcc2eadc2c92c60ebbb4fdc084d3 (diff) | |
parent | 32025e43799324523988af040085d95ec6b6e80e (diff) | |
download | chat-20676fd740781e3b818b7411be17ec6f4f67bc3f.tar.gz chat-20676fd740781e3b818b7411be17ec6f4f67bc3f.tar.bz2 chat-20676fd740781e3b818b7411be17ec6f4f67bc3f.zip |
Merge pull request #1 from rgarmsen2295/mm-1253
MM-1253
Diffstat (limited to 'web/static/config/config.js')
-rw-r--r-- | web/static/config/config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/static/config/config.js b/web/static/config/config.js index 080f16a30..82d4bbf70 100644 --- a/web/static/config/config.js +++ b/web/static/config/config.js @@ -24,7 +24,7 @@ var config = { AboutLink: "/static/help/configure_links.html", HelpLink: "/static/help/configure_links.html", ReportProblemLink: "/static/help/configure_links.html", - HomeLink: "http://localhost:8065", + HomeLink: "", ThemeColors: ["#2389d7", "#008a17", "#dc4fad", "#ac193d", "#0072c6", "#d24726", "#ff8f32", "#82ba00", "#03b3b2", "#008299", "#4617b4", "#8c0095", "#004b8b", "#004b8b", "#570000", "#380000", "#585858", "#000000"] }; @@ -35,4 +35,4 @@ var strings = { TeamPlural: "teams", Company: "company", CompanyPlural: "companies" -} +}; |