friendica/view/templates/infinite_scroll_head.tpl

9 wiersze
264 B
Smarty
Czysty Zwykły widok Historia

<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 14:05:49 +00:00
"reload_uri": "{{$reload_uri nofilter}}"
}
</script>