Merge branch 'revert-3528610a' into 'dev'

Revert "Fix comment edit field expansion on reply on comment"

See merge request kostikov/core!1
This commit is contained in:
Max Kostikov 2019-05-03 10:09:54 +02:00
commit 609752d331

View File

@ -1155,8 +1155,8 @@ function doreply(parent, ident, owner, hint) {
var btn = i.html().replace(/<[^>]*>/g, '').trim();
i.html('<i class="fa fa-reply" ></i> ' + 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) {