wibble the ip ban layout, and make all tables with the 'sortable' class sortable

This commit is contained in:
Shish
2012-02-11 01:48:07 +00:00
parent a4617b0efc
commit 9f3c347b6c
2 changed files with 7 additions and 10 deletions

View File

@ -39,6 +39,8 @@ $(document).ready(function() {
selectFirst: false
});
$("TABLE.sortable").tablesorter();
var sections=get_sections();
for(var i=0;i<sections.length;i++) toggle(sections[i]);