]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/theme.php
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
[friendica.git] / view / theme / duepuntozero / theme.php
index 968644525d389fbe96a44f85c83c2b9fa6260071..2498852f979966ac454b62d5142ea4afe1fc5bf6 100644 (file)
@@ -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() {