Focus on textarea when showing the comments box

This commit is contained in:
Fernando Blat
2017-01-20 18:28:15 +01:00
parent 47b35a8149
commit 2a5d21f8d4

View File

@@ -5,6 +5,7 @@ $('a.publish-comment').on({
e.preventDefault();
$('a.publish-comment').hide();
$('#js-comment-form-annotation').toggle();
$('#js-comment-form-annotation textarea').focus();
return;
}
});