1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-02-21 02:46:48 +00:00
friendica-github/view/templates/infinite_scroll_head.tpl

7 lines
235 B
Smarty

<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 = {
"reload_uri": "{{$reload_uri nofilter}}"
}
</script>