summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-07-17 10:19:50 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-07-17 10:19:50 -0400
commit05d6a3a8128ea9b901a3f6eba0bd048b0464a390 (patch)
treeaf1e66b0cd8bffd8fbc51d1a8628c649d01b0b23 /web/templates/head.html
parent7fae4db6e676c44d23eeff56d856dd13cb77b7e7 (diff)
parent56db6ad08cf23dbdcee326fa39bda8bcdcdecf9e (diff)
downloadchat-05d6a3a8128ea9b901a3f6eba0bd048b0464a390.tar.gz
chat-05d6a3a8128ea9b901a3f6eba0bd048b0464a390.tar.bz2
chat-05d6a3a8128ea9b901a3f6eba0bd048b0464a390.zip
Merge pull request #193 from ralder/fix-manage-members-town-square
[webui] remove admin's ability to manage members of default channel fixes (#172)
Diffstat (limited to 'web/templates/head.html')
-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}}