friendica/view/templates/infinite_scroll_head.tpl

9 lines
264 B
Smarty
Raw Normal View History

<script>
{{* 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}},
2018-12-28 15:05:49 +01:00
"reload_uri": "{{$reload_uri nofilter}}"
}
</script>