]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/head.tpl
Issue 6394: The contact location has to be BBEncoded
[friendica.git] / view / templates / head.tpl
index 6c55f99771e63beb58ed9f61852136bfb32f896e..e76b97b8b94c87822daf51c9ee43f49d3b369ff6 100644 (file)
        var updateInterval = {{$update_interval}};
        var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};
 
-       {{* Create an object with the data which is needed for infinite scroll.
-       For the relevant js part look at function loadContent() in main.js. *}}
-       {{if $infinite_scroll}}
-       var infinite_scroll = {
-               "pageno"        : {{$infinite_scroll.pageno}},
-               "reload_uri"    : "{{$infinite_scroll.reload_uri}}"
-       }
-       {{/if}}
-
        function confirmDelete() { return confirm("{{$delitem}}"); }
        function commentExpand(id) {
                $("#comment-edit-text-" + id).value = "";