summaryrefslogtreecommitdiffstats
path: root/web/templates/admin_console.html
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-10-19 10:10:09 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2015-10-19 10:10:09 -0400
commit2d0b9529417ef2cf4d2d9cccbd88b065b0db77db (patch)
tree833171c6febaa732156a35c00d553ed074af5618 /web/templates/admin_console.html
parent814aa57fc1cebd1e430e36102d8b3c3830351cb8 (diff)
parent9fa3c996d522589139f56964087022bd0942e5e4 (diff)
downloadchat-2d0b9529417ef2cf4d2d9cccbd88b065b0db77db.tar.gz
chat-2d0b9529417ef2cf4d2d9cccbd88b065b0db77db.tar.bz2
chat-2d0b9529417ef2cf4d2d9cccbd88b065b0db77db.zip
Merge pull request #1101 from stasvovk/admin_console_urls
#962: change url when a user navigates between tabs in admin console
Diffstat (limited to 'web/templates/admin_console.html')
-rw-r--r--web/templates/admin_console.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/admin_console.html b/web/templates/admin_console.html
index a046478f6..574caf730 100644
--- a/web/templates/admin_console.html
+++ b/web/templates/admin_console.html
@@ -12,7 +12,7 @@
<div id='select_team_modal'></div>
<script>
- window.setup_admin_console_page();
+ window.setup_admin_console_page({{ .Props }});
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();