default display length is 25.

This commit is contained in:
Naomi 2013-08-22 15:45:09 -04:00
parent 8ed3e23195
commit ec7f4fa1ef
1 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ var AIRTIME = (function(AIRTIME) {
"fnRowCallback": fnRowCallback,
"oLanguage": datatables_dict,
"aLengthMenu": lengthMenu,
"iDisplayLength": 50,
"iDisplayLength": 25,
"sPaginationType": "full_numbers",
"bJQueryUI": true,
"bAutoWidth": true,
@ -245,7 +245,7 @@ var AIRTIME = (function(AIRTIME) {
"fnRowCallback": fnRowCallback,
"oLanguage": datatables_dict,
"aLengthMenu": lengthMenu,
"iDisplayLength": 50,
"iDisplayLength": 25,
"sPaginationType": "full_numbers",
"bJQueryUI": true,
"bAutoWidth": true,