diff options
author | Reed Garmsen <rgarmsen2295@gmail.com> | 2015-06-17 07:54:30 -0700 |
---|---|---|
committer | Reed Garmsen <rgarmsen2295@gmail.com> | 2015-06-17 07:54:30 -0700 |
commit | 8e65f38979696df993c15a5c3752f4bba91a0978 (patch) | |
tree | 7ca8cb11aed7753b04d84fedfe0630879c30a069 /web/static/config/config.js | |
parent | 9e0d4f70e01ecf8f157fed6e6145284c202bc44a (diff) | |
parent | 0d6ed4a6ab14c4fc4bbdf4bd0b63c19d896a7b48 (diff) | |
download | chat-8e65f38979696df993c15a5c3752f4bba91a0978.tar.gz chat-8e65f38979696df993c15a5c3752f4bba91a0978.tar.bz2 chat-8e65f38979696df993c15a5c3752f4bba91a0978.zip |
Merge pull request #3 from mattermost/master
to me
Diffstat (limited to 'web/static/config/config.js')
-rw-r--r-- | web/static/config/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/config/config.js b/web/static/config/config.js index 080f16a30..5a12942c8 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"] }; |