summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorralder <ralder@yandex.ru>2015-07-15 09:03:28 -0700
committerralder <ralder@yandex.ru>2015-07-16 07:20:48 -0700
commit56db6ad08cf23dbdcee326fa39bda8bcdcdecf9e (patch)
treed5df6a7058441d1fdff2d6f7bb47aeacf86f6765 /web/templates
parentb236079d936e7f7af648b362d11b491fc0a2c428 (diff)
downloadchat-56db6ad08cf23dbdcee326fa39bda8bcdcdecf9e.tar.gz
chat-56db6ad08cf23dbdcee326fa39bda8bcdcdecf9e.tar.bz2
chat-56db6ad08cf23dbdcee326fa39bda8bcdcdecf9e.zip
remove admin's ability to manage members of default channel (fixes #172)
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/head.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index ead648571..5b423d487 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -31,7 +31,6 @@
<link rel="stylesheet" href="/static/css/styles.css">
<script src="/static/js/perfect-scrollbar-0.6.3.jquery.js"></script>
- <script src="/static/js/bundle.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi?autoload={'modules':[{'name':'visualization','version':'1','packages':['annotationchart']}]}"></script>
@@ -102,5 +101,7 @@
}
</script>
<!-- Snowplow stops plowing -->
+
+ <script src="/static/js/bundle.js"></script>
</head>
{{end}}