summaryrefslogtreecommitdiffstats
path: root/web/static/config/config.js
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-06 10:43:06 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-06 10:43:06 -0400
commit3f987db4a5a3aacbe40ad6105e55341355ff0943 (patch)
tree81020af2a8c60b42681176e9bfab7b2f106b5572 /web/static/config/config.js
parent506798f5476a8f1d43ae80b3a9f58ee487f4c339 (diff)
parent7d40748d01c931cc29abf47ede2457376a007930 (diff)
downloadchat-3f987db4a5a3aacbe40ad6105e55341355ff0943.tar.gz
chat-3f987db4a5a3aacbe40ad6105e55341355ff0943.tar.bz2
chat-3f987db4a5a3aacbe40ad6105e55341355ff0943.zip
Merge pull request #346 from hmhealey/mm1613
MM-1613 Add option to hide Terms of Service disclaimer during signup
Diffstat (limited to 'web/static/config/config.js')
-rw-r--r--web/static/config/config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/static/config/config.js b/web/static/config/config.js
index 0d564b77e..00cae7ab2 100644
--- a/web/static/config/config.js
+++ b/web/static/config/config.js
@@ -31,6 +31,9 @@ var config = {
ReportProblemLink: "/static/help/configure_links.html",
HomeLink: "",
+ // Toggle whether or not users are shown a message about agreeing to the Terms of Service during the signup process
+ ShowTermsDuringSignup: false,
+
ThemeColors: ["#2389d7", "#008a17", "#dc4fad", "#ac193d", "#0072c6", "#d24726", "#ff8f32", "#82ba00", "#03b3b2", "#008299", "#4617b4", "#8c0095", "#004b8b", "#004b8b", "#570000", "#380000", "#585858", "#000000"]
};