wibble the ip ban layout, and make all tables with the 'sortable' class sortable
This commit is contained in:
@ -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]);
|
||||
|
||||
|
Reference in New Issue
Block a user