From c65cb66160028e743410ca407e8e7cb3eaf6742b Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 15 Apr 2023 00:40:50 -0400 Subject: [PATCH] [vier] Remove duplicate variable declaration - They were meant to be removed when the const declarations were introduced --- view/templates/head.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/view/templates/head.tpl b/view/templates/head.tpl index f37fd824e..0b2563644 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();