summaryrefslogtreecommitdiffstats
path: root/web/templates/channel.html
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/templates/channel.html
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/templates/channel.html')
-rw-r--r--web/templates/channel.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/templates/channel.html b/web/templates/channel.html
index b5fe4de01..2af94e415 100644
--- a/web/templates/channel.html
+++ b/web/templates/channel.html
@@ -53,6 +53,7 @@
<div id="register_app_modal"></div>
<script>
window.setup_channel_page({{ .Props }});
+ $('body').tooltip( {selector: '[data-toggle=tooltip]'} );
$('.modal-body').css('max-height', $(window).height() * 0.7);
$('.modal-body').perfectScrollbar();
</script>