Sort plugins alphabetically

This commit is contained in:
bergware
2016-06-16 19:38:08 +02:00
parent b6c86019d1
commit bd60aa2d25
+1 -1
View File
@@ -48,7 +48,7 @@ $(function() {
resize();
$(window).bind('resize',function(){resize(true);});
<?endif;?>
$('#plugin_table').tablesorter({headers:{0:{sorter:false},5:{sorter:false}}});
$('#plugin_table').tablesorter({sortList:[[1,0]],headers:{0:{sorter:false},5:{sorter:false}}});
$('.desc_readmore').readmore({maxHeight:58});
});
$('#plugin_tree').fileTree({root:'/boot/',filter:'plg'}, function(file) {$('#plugin_file').val(file);});