diff --git a/airtime_mvc/public/js/airtime/playouthistory/historytable.js b/airtime_mvc/public/js/airtime/playouthistory/historytable.js index a7853fec3..e6b58aba3 100644 --- a/airtime_mvc/public/js/airtime/playouthistory/historytable.js +++ b/airtime_mvc/public/js/airtime/playouthistory/historytable.js @@ -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,