[vier] Remove duplicate variable declaration

- They were meant to be removed when the const declarations were introduced
This commit is contained in:
Hypolite Petovan 2023-04-15 00:40:50 -04:00
parent ebfdd6a1e0
commit c65cb66160
1 changed files with 0 additions and 3 deletions

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