1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-12 14:04:44 +00:00
friendica-github/view/templates/infinite_scroll_head.tpl

8 lines
235 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 = {
2018-12-28 14:05:49 +00:00
"reload_uri": "{{$reload_uri nofilter}}"
}
</script>