Close #837.
This commit is contained in:
parent
0887fd1464
commit
cdb9b5575e
@ -497,8 +497,9 @@ a[href="javascript:;"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* QR */
|
/* QR */
|
||||||
.hide-original-post-form #postForm,
|
:root.hide-original-post-form #postForm,
|
||||||
.hide-original-post-form .postingMode,
|
:root.hide-original-post-form .postingMode,
|
||||||
|
:root.hide-original-post-form #togglePostForm,
|
||||||
#qr.autohide:not(:hover) > form {
|
#qr.autohide:not(:hover) > form {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
QR =
|
QR =
|
||||||
init: ->
|
init: ->
|
||||||
return if g.VIEW is 'catalog' or !Conf['Quick Reply']
|
return if !Conf['Quick Reply']
|
||||||
|
|
||||||
@db = new DataBoard 'yourPosts'
|
@db = new DataBoard 'yourPosts'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user