summaryrefslogtreecommitdiffstats
path: root/web/react/components/time_since.jsx
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/components/time_since.jsx
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/components/time_since.jsx')
-rw-r--r--web/react/components/time_since.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/components/time_since.jsx b/web/react/components/time_since.jsx
index cffff6ee7..32947bd60 100644
--- a/web/react/components/time_since.jsx
+++ b/web/react/components/time_since.jsx
@@ -1,6 +1,7 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
+import Constants from '../utils/constants.jsx';
import * as Utils from '../utils/utils.jsx';
var Tooltip = ReactBootstrap.Tooltip;
@@ -30,7 +31,7 @@ export default class TimeSince extends React.Component {
return (
<OverlayTrigger
- delayShow={400}
+ delayShow={Constants.OVERLAY_TIME_DELAY}
placement='top'
overlay={tooltip}
>