Merge pull request #13001 from MrPetovan/bug/12993-vier-updateInterval

[vier] Remove duplicate variable declaration
This commit is contained in:
Michael Vogel 2023-04-15 10:51:22 +02:00 committed by GitHub
commit 68d9e1f33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();