From: Hypolite Petovan <hypolite@mrpetovan.com>
Date: Fri, 15 Feb 2019 03:25:42 +0000 (-0500)
Subject: Remove superfluous call to focus() in global commentExpand() function
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=281d6fe0559713949e5ec6c6f49e69bd8a38d319;p=friendica.git

Remove superfluous call to focus() in global commentExpand() function
---

diff --git a/view/templates/head.tpl b/view/templates/head.tpl
index 6f7ddffb27..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;