X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fhead.tpl;h=0b2563644528d6fbb7fde03edc0a4d27447dc8fb;hb=c65cb66160028e743410ca407e8e7cb3eaf6742b;hp=f37fd824e4ded0c27ed5b0121381ee23dc334e92;hpb=4db29565def8cffcb5f0aec2f41f8f82d8f0bf1d;p=friendica.git diff --git a/view/templates/head.tpl b/view/templates/head.tpl index f37fd824e4..0b25636445 100644 --- a/view/templates/head.tpl +++ b/view/templates/head.tpl @@ -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();