summaryrefslogtreecommitdiffstats
path: root/web/static
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-06-17 07:54:30 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-06-17 07:54:30 -0700
commit919e98d00e21bb46aeaaea7be0b7ecb60e665e91 (patch)
tree53695dad5ce049bba1ec4d703fd20e80f5949169 /web/static
parent5096e5a7b94d3dfcbf64ed3c643b0971a3775341 (diff)
parente7772f5dff2f4ca24d484a10e7e6649c79098af9 (diff)
downloadchat-919e98d00e21bb46aeaaea7be0b7ecb60e665e91.tar.gz
chat-919e98d00e21bb46aeaaea7be0b7ecb60e665e91.tar.bz2
chat-919e98d00e21bb46aeaaea7be0b7ecb60e665e91.zip
Merge pull request #3 from mattermost/master
to me
Diffstat (limited to 'web/static')
-rw-r--r--web/static/config/config.js2
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"]
};