summaryrefslogtreecommitdiffstats
path: root/web/static/config/config.js
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-06-16 13:18:41 -0800
committerCorey Hulen <corey@hulen.com>2015-06-16 13:18:41 -0800
commit6315af920a8ba696834d163dab3d3be85b680973 (patch)
treeb489298edb5b8dc5bf1782d8044aea35f84a7ce0 /web/static/config/config.js
parentfdb3f152748a3590516e53fd3864eb91d3b62bbb (diff)
parent8d3b36ed3d68613b2155d6e7d448a1ed69611e62 (diff)
downloadchat-6315af920a8ba696834d163dab3d3be85b680973.tar.gz
chat-6315af920a8ba696834d163dab3d3be85b680973.tar.bz2
chat-6315af920a8ba696834d163dab3d3be85b680973.zip
Merge pull request #14 from mattermost/mm-1294
MM-1294 - Parsing homelink from URL instead of using config setting.
Diffstat (limited to 'web/static/config/config.js')
-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"]
};