aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/js/redbasic.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-11 07:18:45 +1100
committerfriendica <info@friendica.com>2014-03-11 07:18:45 +1100
commitbb64e82858b1b782a1ca2ad8c3cb13170593e857 (patch)
tree6f7de2d20d08bcc3eec3b66139c382107d214117 /view/theme/redbasic/js/redbasic.js
parenta5cb47c3d2a137f9823da26d03126f987d7fcecf (diff)
parentf78c4f485c9f773fe51ce3e8a26c6232d5f7f5f8 (diff)
downloadvolse-hubzilla-bb64e82858b1b782a1ca2ad8c3cb13170593e857.tar.gz
volse-hubzilla-bb64e82858b1b782a1ca2ad8c3cb13170593e857.tar.bz2
volse-hubzilla-bb64e82858b1b782a1ca2ad8c3cb13170593e857.zip
Merge pull request #363 from git-marijus/master
this commit is an attempt to make conv items better scalable on smaller screens. also save some horizontal space.
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 7e957a4f4..4bc94287d 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;
}