admin rating user sorted by consensus by default

git-svn-id: http://piwigo.org/svn/trunk@26941 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2014-01-24 05:40:23 +00:00
parent 168298ee3a
commit a29ad436a4
@@ -46,7 +46,7 @@
var oTable = jQuery('#rateTable').dataTable({
sDom : '<"dtBar"f>rt',
bPaginate: false,
aaSorting: [[4,'desc']],
aaSorting: [[5,'desc']],
aoColumnDefs: [
/*{
aTargets: ["dtc_user"]