From b3f8a248192b1881763278685c4fa0d281217d44 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 28 Dec 2018 09:05:49 -0500 Subject: [PATCH] Unescape infinite scroll URL --- view/templates/infinite_scroll_head.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/templates/infinite_scroll_head.tpl b/view/templates/infinite_scroll_head.tpl index b46fb1844..f95d8cf99 100644 --- a/view/templates/infinite_scroll_head.tpl +++ b/view/templates/infinite_scroll_head.tpl @@ -3,6 +3,6 @@ For the relevant js part look at function loadContent() in main.js. *}} var infinite_scroll = { "pageno" : {{$pageno}}, - "reload_uri": "{{$reload_uri}}" + "reload_uri": "{{$reload_uri nofilter}}" }