mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 18:48:49 -05:00
@@ -26,7 +26,7 @@ $(function(){
|
||||
$.cookie('col',sort[0],{path:'/'});
|
||||
$.cookie('dir',sort[1],{path:'/'});
|
||||
});
|
||||
table.tablesorter({sortList:[[col,dir],[1,0]],sortAppend:[[1,0]],textExtraction:function(n,t,i){return $(n).attr('data')||$(n).text();}});
|
||||
table.tablesorter({sortList:[[col,dir],[1,0]],sortAppend:[[1,0]],textAttribute:'data'});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -48,7 +48,7 @@ function archiveList(init) {
|
||||
<?if ($display['resize']):?>
|
||||
resize();
|
||||
<?endif;?>
|
||||
$('#archive_table').tablesorter({headers:{5:{sorter:false}},textExtraction:function(n,t,i){return $(n).attr('data')||$(n).text();}});
|
||||
$('#archive_table').tablesorter({headers:{5:{sorter:false}},textAttribute:'data'});
|
||||
} else {
|
||||
$('#archive_table').trigger('update');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user