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

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