summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_loader.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-25 18:54:02 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-25 18:54:02 +0500
commit3cf729dcaa27bb98c8eae963a86f5a79fa0b20be (patch)
tree82cfacc0e61fa7a55df7ea01dad7f78746056a4c /web/react/components/channel_loader.jsx
parent7964150cb20bd8786db018a6639b6d092a01e1f7 (diff)
downloadchat-3cf729dcaa27bb98c8eae963a86f5a79fa0b20be.tar.gz
chat-3cf729dcaa27bb98c8eae963a86f5a79fa0b20be.tar.bz2
chat-3cf729dcaa27bb98c8eae963a86f5a79fa0b20be.zip
Using react tooltip for timestamp in center channel instead of normal bootstrap
Diffstat (limited to 'web/react/components/channel_loader.jsx')
-rw-r--r--web/react/components/channel_loader.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/react/components/channel_loader.jsx b/web/react/components/channel_loader.jsx
index ac4f57ce2..39c86405c 100644
--- a/web/react/components/channel_loader.jsx
+++ b/web/react/components/channel_loader.jsx
@@ -84,8 +84,6 @@ export default class ChannelLoader extends React.Component {
});
});
- $('body').tooltip({selector: '[data-toggle=tooltip]', trigger: 'hover click'});
-
$('body').on('mouseenter mouseleave', '.post', function mouseOver(ev) {
if (ev.type === 'mouseenter') {
$(this).parent('div').prev('.date-separator, .new-separator').addClass('hovered--after');