From 413410d02d55b1a8600efb99eb1ab361205677a4 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Fri, 3 May 2019 10:09:54 +0200 Subject: Revert "Fix comment edit field expansion on reply on comment" This reverts commit 3528610a51df54e843a2f3d55c8b7d925fa2fac7 --- view/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/js/main.js b/view/js/main.js index 30393c638..b99fc0586 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -1155,8 +1155,8 @@ function doreply(parent, ident, owner, hint) { var btn = i.html().replace(/<[^>]*>/g, '').trim(); i.html(' ' + btn); i.prop('title', hint); - $('#comment-edit-text-' + parent.toString()).focus(); form.find('textarea').val("@{" + owner + "} "); + $('#comment-edit-text-' + parent.toString()).focus(); } function dropItem(url, object) { -- cgit v1.2.3