summaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
authorNicolas Kuttler <git@kuttler.eu>2015-02-12 15:46:10 +0100
committerNicolas Kuttler <git@kuttler.eu>2015-02-12 15:46:10 +0100
commit85cce67ca112b954cc49fe314f3028581bd7a727 (patch)
tree7752f7e3e28a456b5a8d08e9c0f23bc802adb4c2 /_includes/footer.html
parentdff1da3c2560c88d7aeaa0d1ea137d25705808b1 (diff)
downloadirssi.github.io-85cce67ca112b954cc49fe314f3028581bd7a727.zip
Remove jQuery and bootstrap js
We don't really need any of it (for now at least) as we only need to show/hide the mobile navigation.
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 977b78f..2cdbf6f 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -7,5 +7,4 @@
</p>
</div>
</footer>
-<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
-<script src="/assets/js/bootstrap.min.js"></script>
+<script src="/assets/js/irssi.js"></script>