X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fhead.tpl;h=e02e4e4da2ede06fccbf8b67c0ab7c10b258c0f6;hb=3fca00d1d5d2f764fe2b1c9e2267b5ade22298f4;hp=fa0088b8b667dcd60c096a8717d941d50ae5ba05;hpb=276ad0072cc5c36d1b79dff6ddecbf9548576afd;p=friendica.git diff --git a/view/templates/head.tpl b/view/templates/head.tpl index fa0088b8b6..e02e4e4da2 100644 --- a/view/templates/head.tpl +++ b/view/templates/head.tpl @@ -88,7 +88,6 @@ $("#comment-edit-text-" + id).putCursorAtEnd(); $("#comment-edit-text-" + id).addClass("comment-edit-text-full"); $("#comment-edit-text-" + id).removeClass("comment-edit-text-empty"); - $("#comment-edit-text-" + id).focus(); $("#mod-cmnt-wrap-" + id).show(); openMenu("comment-edit-submit-wrapper-" + id); return true; @@ -146,9 +145,6 @@ $(obj).val(""); } - window.showMore = "{{$showmore}}"; - window.showFewer = "{{$showfewer}}"; - function showHideCommentBox(id) { if ($("#comment-edit-form-" + id).is(":visible")) { $("#comment-edit-form-" + id).hide();