This commit is contained in:
Nicolas Stepien 2013-04-07 23:34:22 +02:00
parent 0887fd1464
commit cdb9b5575e
2 changed files with 4 additions and 3 deletions

View File

@ -497,8 +497,9 @@ a[href="javascript:;"] {
}
/* QR */
.hide-original-post-form #postForm,
.hide-original-post-form .postingMode,
:root.hide-original-post-form #postForm,
:root.hide-original-post-form .postingMode,
:root.hide-original-post-form #togglePostForm,
#qr.autohide:not(:hover) > form {
display: none;
}

View File

@ -1,6 +1,6 @@
QR =
init: ->
return if g.VIEW is 'catalog' or !Conf['Quick Reply']
return if !Conf['Quick Reply']
@db = new DataBoard 'yourPosts'