From ec7f4fa1ef53d02b0db5bec334f55a4ceb327da6 Mon Sep 17 00:00:00 2001 From: Naomi Date: Thu, 22 Aug 2013 15:45:09 -0400 Subject: [PATCH] default display length is 25. --- airtime_mvc/public/js/airtime/playouthistory/historytable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,