aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero/php/theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/duepuntozero/php/theme.php')
-rw-r--r--view/theme/duepuntozero/php/theme.php9
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(