mirror of
https://github.com/friendica/friendica
synced 2024-11-18 00:23:47 +00:00
[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 commentExpand(id) {
|
||||
$("#comment-edit-text-" + id).putCursorAtEnd();
|
||||
|
|
Loading…
Reference in a new issue