summaryrefslogtreecommitdiffstats
path: root/_includes
diff options
context:
space:
mode:
authorAlexander Færøy2014-05-31 20:38:32 +0200
committerAlexander Færøy2014-05-31 20:38:32 +0200
commit7cda79f6c6e9eda57620be9a9ad9a5f52408739d (patch)
tree61401b60e3def07b109ee78bc35d71122ccf7bb1 /_includes
parentc4b7861a25048342ef794e79b9ba7da13e779f8d (diff)
downloadscripts.irssi.org-7cda79f6c6e9eda57620be9a9ad9a5f52408739d.tar.bz2
Make table columns sortable
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 9885047..a7d7603 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,4 +1,5 @@
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
+ <script src="assets/js/sorttable.js"></script>
</body>
</html>