summaryrefslogtreecommitdiffstats
path: root/web/static/config
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-06-16 15:35:34 -0400
committerChristopher Speller <crspeller@gmail.com>2015-06-16 15:35:34 -0400
commiteedced16c37248ea02992262ef0a63638db674d0 (patch)
tree47fc02b1fbba4baef18dc610bcc7a2931b9c1b2f /web/static/config
parentdae0340d7de308d2e6bc7145fb158635b5cdf0ca (diff)
downloadchat-eedced16c37248ea02992262ef0a63638db674d0.tar.gz
chat-eedced16c37248ea02992262ef0a63638db674d0.tar.bz2
chat-eedced16c37248ea02992262ef0a63638db674d0.zip
Switching from config file to parsing homelink from url
Diffstat (limited to 'web/static/config')
-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"]
};