diff options
author | Asaad Mahmood <Unknowngi@live.com> | 2015-09-25 18:54:02 +0500 |
---|---|---|
committer | Asaad Mahmood <Unknowngi@live.com> | 2015-09-25 18:54:02 +0500 |
commit | 3cf729dcaa27bb98c8eae963a86f5a79fa0b20be (patch) | |
tree | 82cfacc0e61fa7a55df7ea01dad7f78746056a4c /web/templates | |
parent | 7964150cb20bd8786db018a6639b6d092a01e1f7 (diff) | |
download | chat-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')
-rw-r--r-- | web/templates/channel.html | 1 |
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> |