diff options
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/channel.html | 1 |
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> |