summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2016-01-11 09:42:11 -0800
committerReed Garmsen <rgarmsen2295@gmail.com>2016-01-11 09:43:45 -0800
commitfff7143a3175458d5a938cc91973ba475dc45456 (patch)
tree822e0261012a272b58e587b10f57686a51638760 /web/react/utils
parentcffb5215b00dc24e86bbaf9c3d4eaa86b1929152 (diff)
downloadchat-fff7143a3175458d5a938cc91973ba475dc45456.tar.gz
chat-fff7143a3175458d5a938cc91973ba475dc45456.tar.bz2
chat-fff7143a3175458d5a938cc91973ba475dc45456.zip
Changed statistics to show usernames with an email tooltip
Diffstat (limited to 'web/react/utils')
-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 0298ce533..f3fca0f7e 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -443,5 +443,6 @@ export default {
label: 'embed_preview',
description: 'Show preview snippet of links below message'
}
- }
+ },
+ OVERLAY_TIME_DELAY: 400
};