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) {
|
function cmtBbClose(comment, id) {
|
||||||
if($(comment).hasClass('comment-edit-text-empty')) {
|
// if($(comment).hasClass('comment-edit-text-empty')) {
|
||||||
$(".comment-edit-bb-" + id).hide();
|
// $(".comment-edit-bb-" + id).hide();
|
||||||
return true;
|
// return true;
|
||||||
}
|
// }
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user