mirror of
https://github.com/friendica/friendica
synced 2024-11-18 05:43:42 +00:00
Merge pull request #13001 from MrPetovan/bug/12993-vier-updateInterval
[vier] Remove duplicate variable declaration
This commit is contained in:
commit
68d9e1f33c
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 commentExpand(id) {
|
||||
$("#comment-edit-text-" + id).putCursorAtEnd();
|
||||
|
|
Loading…
Reference in a new issue