revert recent changes to cmtBbClose which removed the ability to insert quotes into an empty comment box
This commit is contained in:
parent
55fe471ce8
commit
25901a7bc4
@ -9,10 +9,10 @@ function cmtBbOpen(comment, id) {
|
||||
}
|
||||
|
||||
function cmtBbClose(comment, id) {
|
||||
if($(comment).hasClass('comment-edit-text-empty')) {
|
||||
$(".comment-edit-bb-" + id).hide();
|
||||
return true;
|
||||
}
|
||||
// if($(comment).hasClass('comment-edit-text-empty')) {
|
||||
// $(".comment-edit-bb-" + id).hide();
|
||||
// return true;
|
||||
// }
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user