diff options
| author | Alexander Færøy | 2014-05-31 20:38:32 +0200 |
|---|---|---|
| committer | Alexander Færøy | 2014-05-31 20:38:32 +0200 |
| commit | 7cda79f6c6e9eda57620be9a9ad9a5f52408739d (patch) | |
| tree | 61401b60e3def07b109ee78bc35d71122ccf7bb1 /index.html | |
| parent | c4b7861a25048342ef794e79b9ba7da13e779f8d (diff) | |
| download | scripts.irssi.org-7cda79f6c6e9eda57620be9a9ad9a5f52408739d.tar.bz2 | |
Make table columns sortable
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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> |
