]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/head.tpl
[vier] Remove duplicate variable declaration
[friendica.git] / view / templates / head.tpl
index f37fd824e4ded0c27ed5b0121381ee23dc334e92..0b2563644528d6fbb7fde03edc0a4d27447dc8fb 100644 (file)
@@ -85,9 +85,6 @@
         });
     };
 
-    var updateInterval = {{$update_interval}};
-       var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};
-
        function confirmDelete() { return confirm("{{$delitem}}"); }
        function commentExpand(id) {
                $("#comment-edit-text-" + id).putCursorAtEnd();