summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2016-02-01 14:30:16 -0800
committerReed Garmsen <rgarmsen2295@gmail.com>2016-02-02 11:54:01 -0800
commit92816619cc584c7c172c4e4fdde17624cf7f913f (patch)
treea28fed455824c0011b4a6303598bb242e75035c2 /web/react/utils/constants.jsx
parentfe39f2400f616e14fbaec67b1d22e80d1583e1f1 (diff)
downloadchat-92816619cc584c7c172c4e4fdde17624cf7f913f.tar.gz
chat-92816619cc584c7c172c4e4fdde17624cf7f913f.tar.bz2
chat-92816619cc584c7c172c4e4fdde17624cf7f913f.zip
Changed clock icon in repeat posts to simple timestamp
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index e1a4b8a8a..ad0e4b2fe 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -462,5 +462,6 @@ export default {
MIN_USERNAME_LENGTH: 3,
MAX_USERNAME_LENGTH: 15,
MIN_PASSWORD_LENGTH: 5,
- MAX_PASSWORD_LENGTH: 50
+ MAX_PASSWORD_LENGTH: 50,
+ TIME_SINCE_UPDATE_INTERVAL: 30000
};