function cmtBbOpen(id) {
$(".comment-edit-bb-" + id).show();
- $(".comment-edit-bb-" + id + "> li").css({visibility: 'visible'});
-
-}
-function cmtBbClose(id) {
- $(".comment-edit-bb-" + id).hide();
- $(".comment-edit-bb-" + id + "> li").css({visibility: 'none'});
}
</script>
class="comment-edit-text-empty"
name="body"
onfocus="commentOpen(this,$id);tautogrow($id);cmtBbOpen($id);"
- onblur="commentClose(this,$id);cmtBbClose($id);"
+ onblur="commentClose(this,$id);"
placeholder="Comment">$comment</textarea>
{{ if $qcomment }}
<div class="qcomment-wrapper">
function cmtBbOpen(id) {
$(".comment-edit-bb-" + id).show();
- $(".comment-edit-bb-" + id + "> li").css({visibility: 'visible'});
-
-}
-function cmtBbClose(id) {
- $(".comment-edit-bb-" + id).hide();
- $(".comment-edit-bb-" + id + "> li").css({visibility: 'none'});
}
</script>
class="comment-edit-text-empty"
name="body"
onfocus="commentOpen(this,$id);tautogrow($id);cmtBbOpen($id);"
- onblur="commentClose(this,$id);cmtBbClose($id);"
+ onblur="commentClose(this,$id);"
placeholder="Comment">$comment</textarea>
{{ if $qcomment }}
<div class="qcomment-wrapper">