Merged -r26941 from trunk: admin rating user sorted by consensus by default
git-svn-id: http://piwigo.org/svn/branches/2.6@26942 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
a435ff38ed
commit
6ba48f76d5
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue