[vier] Remove duplicate variable declaration
- They were meant to be removed when the const declarations were introduced
This commit is contained in:
parent
ebfdd6a1e0
commit
c65cb66160
1 changed files with 0 additions and 3 deletions
|
@ -85,9 +85,6 @@
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
var updateInterval = {{$update_interval}};
|
|
||||||
var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};
|
|
||||||
|
|
||||||
function confirmDelete() { return confirm("{{$delitem}}"); }
|
function confirmDelete() { return confirm("{{$delitem}}"); }
|
||||||
function commentExpand(id) {
|
function commentExpand(id) {
|
||||||
$("#comment-edit-text-" + id).putCursorAtEnd();
|
$("#comment-edit-text-" + id).putCursorAtEnd();
|
||||||
|
|
Loading…
Reference in a new issue