summaryrefslogtreecommitdiffstats
path: root/webapp/root.html
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-07-15 08:57:52 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-07-15 08:57:52 -0400
commit8936f65c9032eb363ff936c6bbac5a94a348585d (patch)
tree576e14852031303d1d6715fbd64a3c2b9bca895e /webapp/root.html
parentb5c5744bc79d99e75629085ccafedd8f50c41916 (diff)
downloadchat-8936f65c9032eb363ff936c6bbac5a94a348585d.tar.gz
chat-8936f65c9032eb363ff936c6bbac5a94a348585d.tar.bz2
chat-8936f65c9032eb363ff936c6bbac5a94a348585d.zip
Improving caching of static assets (#3591)
Diffstat (limited to 'webapp/root.html')
-rw-r--r--webapp/root.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/webapp/root.html b/webapp/root.html
index d3c569361..b48712e46 100644
--- a/webapp/root.html
+++ b/webapp/root.html
@@ -34,11 +34,8 @@
<!-- CSS Should always go first -->
<link rel='stylesheet' class='code_theme'>
- <!--<link rel='stylesheet' href='/static/css/styles.css'>-->
<style id='antiClickjack'>body{display:none !important;}</style>
- <script src='/static/bundle.js'></script>
-
<script type='text/javascript'>
if (self === top) {
var blocker = document.getElementById('antiClickjack');