return false;
}
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;
}
$(document).ready(function() {
return false;
}
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;
}