summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2016-01-25 10:40:29 -0500
committerhmhealey <harrisonmhealey@gmail.com>2016-01-26 13:50:57 -0500
commita6c97490b3c6b7bca00d16bc436abf902ee7b101 (patch)
treea166fd4ce0ae1586a3fa8bf3903ce057b72767ef /web/templates
parent163bab98b5662b34515c70ecb86ea625742b9fea (diff)
downloadchat-a6c97490b3c6b7bca00d16bc436abf902ee7b101.tar.gz
chat-a6c97490b3c6b7bca00d16bc436abf902ee7b101.tar.bz2
chat-a6c97490b3c6b7bca00d16bc436abf902ee7b101.zip
Changed first preference load to be done synchronously
Diffstat (limited to 'web/templates')
-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 dcc50115b..373707499 100644
--- a/web/templates/channel.html
+++ b/web/templates/channel.html
@@ -6,7 +6,7 @@
<body>
<div id="channel_view" class='channel-view'></div>
<script>
-window.setup_channel_page({{ .Props }}, {{ .Team }}, {{ .Channel }}, {{ .User }});
+ window.setup_channel_page({{ .Props }}, {{ .Team }}, {{ .Channel }}, {{ .Preferences }});
$('body').tooltip( {selector: '[data-toggle=tooltip]'} );
var modals = $('.modal-body').not('.edit-modal-body');
if($(window).height() > 1200){