mirror of
https://github.com/unraid/webgui.git
synced 2026-04-21 09:19:35 -05:00
Revert "Improved sorting in browse function"
This reverts commit 98e9a635fc.
This commit is contained in:
@@ -25,7 +25,7 @@ $(function(){
|
||||
$.cookie('col',sort[0],{path:'/'});
|
||||
$.cookie('dir',sort[1],{path:'/'});
|
||||
});
|
||||
table.tablesorter({sortList:[[col,dir]],sortAppend:[[1,0]],textExtraction:function(n,t,i){return $(n).attr('data')||$(n).text();}});
|
||||
table.tablesorter({sortList:[[col,dir]],textExtraction:function(n,t,i){return $(n).attr('data')||$(n).text();}});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user