aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/js/redbasic.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-11 15:43:51 -0700
committerfriendica <info@friendica.com>2014-03-11 15:43:51 -0700
commit25901a7bc44eb4924cd5e0f6bb646221ccfd1515 (patch)
tree8fca265ad25524c2d389f7808aec142b9c2eb2df /view/theme/redbasic/js/redbasic.js
parent55fe471ce889cd377a54d9b219e9c8c0bff10bfb (diff)
downloadvolse-hubzilla-25901a7bc44eb4924cd5e0f6bb646221ccfd1515.tar.gz
volse-hubzilla-25901a7bc44eb4924cd5e0f6bb646221ccfd1515.tar.bz2
volse-hubzilla-25901a7bc44eb4924cd5e0f6bb646221ccfd1515.zip
revert recent changes to cmtBbClose which removed the ability to insert quotes into an empty comment box
Diffstat (limited to 'view/theme/redbasic/js/redbasic.js')
-rw-r--r--view/theme/redbasic/js/redbasic.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index 4bc94287d..7e957a4f4 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -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;
}