From 37bc00094ec4ebbf771e0041cf285c066fad7bfe Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 25 Apr 2012 01:36:22 -0700 Subject: this turns out to be harder than I thought --- view/theme/duepuntozero/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/duepuntozero/theme.php') 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() { -- cgit v1.2.3