summaryrefslogtreecommitdiffstats
path: root/web/templates/channel.html
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-25 16:38:11 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-25 16:38:11 +0500
commitb1a7225f30e8443f87830a578c306b8f93e6587f (patch)
tree8c32b64ecf0e1f13db91d697638ca47a399d7c52 /web/templates/channel.html
parent6a4a73c2d37aa147e0aa2e157ca78ed275ef822b (diff)
downloadchat-b1a7225f30e8443f87830a578c306b8f93e6587f.tar.gz
chat-b1a7225f30e8443f87830a578c306b8f93e6587f.tar.bz2
chat-b1a7225f30e8443f87830a578c306b8f93e6587f.zip
Bug fixes and UI improvements for multiple tickets
Diffstat (limited to 'web/templates/channel.html')
-rw-r--r--web/templates/channel.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/templates/channel.html b/web/templates/channel.html
index 2af94e415..b5fe4de01 100644
--- a/web/templates/channel.html
+++ b/web/templates/channel.html
@@ -53,7 +53,6 @@
<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>