From: Hypolite Petovan Date: Sat, 15 Apr 2023 04:40:50 +0000 (-0400) Subject: [vier] Remove duplicate variable declaration X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c65cb66160028e743410ca407e8e7cb3eaf6742b;p=friendica.git [vier] Remove duplicate variable declaration - They were meant to be removed when the const declarations were introduced --- diff --git a/view/templates/head.tpl b/view/templates/head.tpl index f37fd824e4..0b25636445 100644 --- a/view/templates/head.tpl +++ b/view/templates/head.tpl @@ -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();