diff options
Diffstat (limited to 'view/theme/duepuntozero/theme.php')
-rw-r--r-- | view/theme/duepuntozero/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/theme.php b/view/theme/duepuntozero/theme.php index 968644525..2498852f9 100644 --- a/view/theme/duepuntozero/theme.php +++ b/view/theme/duepuntozero/theme.php @@ -37,7 +37,7 @@ function insertFormatting(comment,BBcode,id) { function cmtBbOpen(id) { $(".comment-edit-bb-" + id).show(); } -function cmtBbClose(id) { +function cmtBbClose(comment, id) { $(".comment-edit-bb-" + id).hide(); } $(document).ready(function() { |