diff options
author | Christopher Speller <crspeller@gmail.com> | 2015-06-16 15:35:34 -0400 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2015-06-16 15:35:34 -0400 |
commit | 2b5fb34c32c7fbdd56bfcd3977d4e65fd8506a69 (patch) | |
tree | 50a191135df946b57978712bcb55e236ead10b4a /web/static | |
parent | 7b49194d9eda3005e7bd97120dd19224ffff6c8c (diff) | |
download | chat-2b5fb34c32c7fbdd56bfcd3977d4e65fd8506a69.tar.gz chat-2b5fb34c32c7fbdd56bfcd3977d4e65fd8506a69.tar.bz2 chat-2b5fb34c32c7fbdd56bfcd3977d4e65fd8506a69.zip |
Switching from config file to parsing homelink from url
Diffstat (limited to 'web/static')
-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"] }; |