summaryrefslogtreecommitdiffstats
path: root/index.html
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 /index.html
parentc4b7861a25048342ef794e79b9ba7da13e779f8d (diff)
downloadscripts.irssi.org-7cda79f6c6e9eda57620be9a9ad9a5f52408739d.tar.bz2
Make table columns sortable
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 0a7f2bc..4e37432 100644
--- a/index.html
+++ b/index.html
@@ -42,14 +42,14 @@ layout: default
<hr>
- <table class="table table-striped table-condensed">
+ <table class="table table-striped table-condensed sortable">
<thead>
<tr>
- <th>Filename</th>
- <th>Name</th>
- <th>Version</th>
- <th>Description</th>
- <th>Author</th>
+ <th class="sorttable_alpha">Filename</th>
+ <th class="sorttable_alpha">Name</th>
+ <th class="sorttable_alpha">Version</th>
+ <th class="sorttable_alpha">Description</th>
+ <th class="sorttable_alpha">Author</th>
</tr>
</thead>
<tbody>