diff options
author | Reed Garmsen <rgarmsen2295@gmail.com> | 2015-06-18 11:35:59 -0700 |
---|---|---|
committer | Reed Garmsen <rgarmsen2295@gmail.com> | 2015-06-18 11:35:59 -0700 |
commit | 94c727a9c20e9fed0dab3d7e2688f9b96f0743e7 (patch) | |
tree | 422c7abe627630cb342c401c6c894ba6c12fa230 /web/static/config/config.js | |
parent | 8ae7afa5cc0119c7308aa87ce65c3c6c875da985 (diff) | |
parent | b7ada27c019598afe95ac4fb6b0a63f394510785 (diff) | |
download | chat-94c727a9c20e9fed0dab3d7e2688f9b96f0743e7.tar.gz chat-94c727a9c20e9fed0dab3d7e2688f9b96f0743e7.tar.bz2 chat-94c727a9c20e9fed0dab3d7e2688f9b96f0743e7.zip |
Merge pull request #9 from rgarmsen2295/master
to me
Diffstat (limited to 'web/static/config/config.js')
-rw-r--r-- | web/static/config/config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/static/config/config.js b/web/static/config/config.js index 080f16a30..82d4bbf70 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"] }; @@ -35,4 +35,4 @@ var strings = { TeamPlural: "teams", Company: "company", CompanyPlural: "companies" -} +}; |