diff options
author | friendica <info@friendica.com> | 2012-11-04 20:53:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-04 20:53:59 -0800 |
commit | 152641bf243dde9cf01d9a95038939ac9ddf0f3e (patch) | |
tree | 8ac950c4cb23d963691c8fa946fd6fed19eb8d9e /view/theme/duepuntozero/php | |
parent | 94f737b69912a32b5ae693f5aab3da0df7956926 (diff) | |
download | volse-hubzilla-152641bf243dde9cf01d9a95038939ac9ddf0f3e.tar.gz volse-hubzilla-152641bf243dde9cf01d9a95038939ac9ddf0f3e.tar.bz2 volse-hubzilla-152641bf243dde9cf01d9a95038939ac9ddf0f3e.zip |
that was certainly some fun debugging (not)
Diffstat (limited to 'view/theme/duepuntozero/php')
-rw-r--r-- | view/theme/duepuntozero/php/theme.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/view/theme/duepuntozero/php/theme.php b/view/theme/duepuntozero/php/theme.php index a1d436a4b..462fca7ed 100644 --- a/view/theme/duepuntozero/php/theme.php +++ b/view/theme/duepuntozero/php/theme.php @@ -42,12 +42,13 @@ function cmtBbOpen(comment, id) { 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() { $('.group-edit-icon').hover( |