summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-01-13 09:03:42 -0600
committerCorey Hulen <corey@hulen.com>2016-01-13 09:03:42 -0600
commit53b0cd8f2a24798c67505aa447b1d53b9f14197e (patch)
treece915cfe2dfea358f4cf2f520f42d3b26f8b9ba4 /web/react/utils/constants.jsx
parent1e1864d78fb1ccb0d93e418f2eaa9f438838bd76 (diff)
parentfff7143a3175458d5a938cc91973ba475dc45456 (diff)
downloadchat-53b0cd8f2a24798c67505aa447b1d53b9f14197e.tar.gz
chat-53b0cd8f2a24798c67505aa447b1d53b9f14197e.tar.bz2
chat-53b0cd8f2a24798c67505aa447b1d53b9f14197e.zip
Merge pull request #1855 from rgarmsen2295/plt-1006
PLT-1006 Changed team statistics page to show usernames with email shown in a tooltip
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 d6ccb9edd..d0f34293f 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -452,5 +452,6 @@ export default {
label: 'embed_preview',
description: 'Show preview snippet of links below message'
}
- }
+ },
+ OVERLAY_TIME_DELAY: 400
};