From 9e1bbcfc1592631027226ec4d146c9b66c13ff2b Mon Sep 17 00:00:00 2001 From: Barbeque Sauce Date: Thu, 20 Feb 2020 18:57:45 -0500 Subject: [PATCH] FIX: paging state persistence across page loads --- data/interfaces/default/weeklypull.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/interfaces/default/weeklypull.html b/data/interfaces/default/weeklypull.html index cc462308..f840f14b 100755 --- a/data/interfaces/default/weeklypull.html +++ b/data/interfaces/default/weeklypull.html @@ -369,6 +369,8 @@ "sInfoFiltered":"(filtered from _MAX_ total issues)", "sSearch": ""}, "bStateSave": true, + "StateSave": true, + "StateDuration": 0, "iDisplayLength": 25, "sPaginationType": "full_numbers", "aaSorting": [[0, 'asc']]