]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/head.tpl
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / theme / dispy / head.tpl
index 5f6b26a78abb3393a9a4a7532e579f416521e631..3d1701b29eb42fa9a0e2b3c55cbb0cd5fa375d69 100644 (file)
                        $('#hide-comments-' + id).html('$showfewer');
                }
        }
+
+       function showHideCommentBox(id) {
+               if( $('#comment-edit-form-' + id).is(':visible')) {
+                       $('#comment-edit-form-' + id).hide();
+               }
+               else {
+                       $('#comment-edit-form-' + id).show();
+               }
+       }
+
+
 </script>