summaryrefslogtreecommitdiff
path: root/templates/footer.html
diff options
context:
space:
mode:
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>