From 895e0a90de4e6caee638de4729a20fd2b393f18e Mon Sep 17 00:00:00 2001 From: Robbt Date: Wed, 1 May 2019 13:42:53 -0400 Subject: [PATCH] fixed podcast length by removing query limit and offset --- airtime_mvc/public/js/airtime/widgets/table.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/airtime_mvc/public/js/airtime/widgets/table.js b/airtime_mvc/public/js/airtime/widgets/table.js index dc23f8df8..fb27fb782 100644 --- a/airtime_mvc/public/js/airtime/widgets/table.js +++ b/airtime_mvc/public/js/airtime/widgets/table.js @@ -77,6 +77,7 @@ var AIRTIME = (function(AIRTIME) { "bAutoWidth": false, "aaSorting": [], "iDisplayLength": 25, + "iDisplayStart": 25, "aLengthMenu": [25, 50, 100], "oLanguage" : getDatatablesStrings({ "sEmptyTable": $.i18n._(""), @@ -428,8 +429,6 @@ var AIRTIME = (function(AIRTIME) { "type": "GET", "url": sSource, "data": { - "limit": oSettings._iDisplayLength, - "offset": oSettings._iDisplayStart, "sort": sortColName, "sort_dir": sortDir, "search": search