Removing the page number from the infinite scrolling

This commit is contained in:
Michael 2020-09-26 21:46:22 +00:00
commit 99fc97f337
3 changed files with 1 additions and 7 deletions

View file

@ -2,7 +2,6 @@
{{* Create an object with the data which is needed for infinite scroll.
For the relevant js part look at function loadContent() in main.js. *}}
var infinite_scroll = {
"pageno" : {{$pageno}},
"reload_uri": "{{$reload_uri nofilter}}"
}
</script>