this commit is an attempt to make conv items better scalable on smaller screens. also save some horizontal space.

This commit is contained in:
marijus
2014-03-10 17:17:49 +01:00
parent a5cb47c3d2
commit 34fd387438
9 changed files with 45 additions and 43 deletions

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