mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user