summaryrefslogtreecommitdiff
path: root/templates/footer.html
diff options
context:
space:
mode:
authorHorus32015-08-01 23:24:02 +0200
committerHorus32015-08-01 23:24:02 +0200
commitf80efe5616ba247a1fff074b0876631a9bfb6f96 (patch)
tree3a92b8b3fbccc32d3016029d0f47b061788656da /templates/footer.html
parentdb550a0edb5f21220151530f91056c4acbcc87b7 (diff)
downloadmandible-f80efe5616ba247a1fff074b0876631a9bfb6f96.tar.gz
Merges the production setup.
Diffstat (limited to 'templates/footer.html')
-rw-r--r--templates/footer.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/footer.html b/templates/footer.html
index 1d1d9a8..a89c0aa 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -8,14 +8,15 @@
</div>
</footer>
-<script src='//code.jquery.com/jquery-1.11.2.min.js'></script>
-<script src='//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js'></script>
+<script src='//code.jquery.com/jquery-1.11.2.min.js' defer></script>
+<script src='//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js' defer></script>
<!--script src='/static/js/jquery-1.11.2.min.js'></script>
<script src='/static/js/bootstrap.min.js'></script-->
-<script src='/static/js/material.min.js'></script>
+<!--script src='/static/js/material.min.js'></script>
<script src='/static/js/ripples.min.js'></script>
<script src='/static/js/bootstrap.file-input.js'></script>
-<script src='/static/js/functions.js'>
-</script>
+<script src='/static/js/functions.js'></script-->
+<script src='/static/js/all.min.js' defer async></script>
+ <noscript><p><img src="//a.iamfabulous.de/piwik.php?idsite=12&rec=1" style="border:0;" alt="" /></p></noscript>
</body>
</html>