]> git.mxchange.org Git - friendica.git/commitdiff
this turns out to be harder than I thought
authorfriendica <info@friendica.com>
Wed, 25 Apr 2012 08:36:22 +0000 (01:36 -0700)
committerfriendica <info@friendica.com>
Wed, 25 Apr 2012 08:36:22 +0000 (01:36 -0700)
view/theme/duepuntozero/comment_item.tpl
view/theme/duepuntozero/theme.php

index 79d5f6ab9b9a9de48b41f3e5a77ec892d0090ad7..84b9597e853a24309463f17ea11613e818348dfd 100755 (executable)
@@ -38,7 +38,7 @@
                                                onclick="insertFormatting('$comment','video', $id);"></a></li>
                                </ul>   
                                <div class="comment-edit-bb-end"></div>
-                               <textarea id="comment-edit-text-$id" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,$id);cmtBbOpen($id);" onBlur="commentClose(this,$id);cmtBbClose($id);" >$comment</textarea>                  
+                               <textarea id="comment-edit-text-$id" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,$id);cmtBbOpen($id);" onBlur="commentClose(this,$id);" >$comment</textarea>                  
                                {{ if $qcomment }}
                                        <select id="qcomment-select-$id" name="qcomment-$id" class="qcomment" onchange="qCommentInsert(this,$id);" >
                                        <option value=""></option>
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() {