revert recent changes to cmtBbClose which removed the ability to insert quotes into an empty comment box

This commit is contained in:
friendica 2014-03-11 15:43:51 -07:00
parent 55fe471ce8
commit 25901a7bc4

View file

@ -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;
}