]> git.mxchange.org Git - friendica.git/commitdiff
this is not the best solution, but don't close the comment-bb buttons when you click...
authorfriendica <info@friendica.com>
Thu, 20 Sep 2012 01:24:20 +0000 (18:24 -0700)
committerfriendica <info@friendica.com>
Thu, 20 Sep 2012 01:24:20 +0000 (18:24 -0700)
view/theme/duepuntozero/theme.php
view/theme/slackr/theme.php

index 189628b0287acb06e1b7e1949a177b80d303b64a..5b87dcd420db89037ef6cacff02290a56da09fd7 100644 (file)
@@ -42,10 +42,10 @@ 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() {
index ff6d19ec9d81e55b39cd4c3c68f7531451fd029a..65a92c1845c3b92d738b41afa3bef4af1fb6a21a 100644 (file)
@@ -45,10 +45,10 @@ 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;
 }