Unescape infinite scroll URL

This commit is contained in:
Hypolite Petovan 2018-12-28 09:05:49 -05:00
parent 935b86749d
commit b3f8a24819
1 changed files with 1 additions and 1 deletions

View File

@ -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}}"
}
</script>