summaryrefslogtreecommitdiffstats
path: root/web/static/config/config.js
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-06-17 09:06:13 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-06-17 09:06:13 -0700
commit981822b26b66b0c5f45a455ff0b949bbe953f20d (patch)
tree5ccd38ad1b9580490132a256fdcdac47dca2b2d2 /web/static/config/config.js
parent42e85f7aa9859afbfc0066a8d174a95d3d7c9f88 (diff)
parent919e98d00e21bb46aeaaea7be0b7ecb60e665e91 (diff)
downloadchat-981822b26b66b0c5f45a455ff0b949bbe953f20d.tar.gz
chat-981822b26b66b0c5f45a455ff0b949bbe953f20d.tar.bz2
chat-981822b26b66b0c5f45a455ff0b949bbe953f20d.zip
Merge pull request #4 from rgarmsen2295/master
Sanity check
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 04b188b75..12cbb4019 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"]
};