summaryrefslogtreecommitdiffstats
path: root/web/templates/channel.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/channel.html')
-rw-r--r--web/templates/channel.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/channel.html b/web/templates/channel.html
index c15cea178..33bb252b1 100644
--- a/web/templates/channel.html
+++ b/web/templates/channel.html
@@ -33,7 +33,7 @@
<div id="removed_from_channel_modal"></div>
<div id="register_app_modal"></div>
<script>
- window.setup_channel_page({{ .Props }});
+window.setup_channel_page({{ .Props }}, {{ .Team }}, {{ .Channel }}, {{ .User }});
$('body').tooltip( {selector: '[data-toggle=tooltip]'} );
if($(window).height() > 1200){
$('.modal-body').css('max-height', 1000);