]> git.mxchange.org Git - friendica.git/commitdiff
[vier] Remove duplicate variable declaration
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 15 Apr 2023 04:40:50 +0000 (00:40 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 15 Apr 2023 04:40:50 +0000 (00:40 -0400)
- They were meant to be removed when the const declarations were introduced

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();