auto preview comments also on media/link add
This commit is contained in:
parent
6e9fb9b9fd
commit
01fc590938
@ -149,6 +149,7 @@ function insertCommentURL(comment, id) {
|
||||
|
||||
textarea = document.getElementById("comment-edit-text-" +id);
|
||||
textarea.value = textarea.value + data;
|
||||
preview_comment(id);
|
||||
$('body').css('cursor', 'auto');
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user