MISTAKES WERE MADE!
Conflicts: builds/4chan-X.user.js builds/crx/script.js
This commit is contained in:
parent
3b8627bd87
commit
a126418295
@ -28,7 +28,7 @@ QR =
|
|||||||
if Conf['Hide Original Post Form']
|
if Conf['Hide Original Post Form']
|
||||||
$.asap (-> doc), -> $.addClass doc, 'hide-original-post-form'
|
$.asap (-> doc), -> $.addClass doc, 'hide-original-post-form'
|
||||||
|
|
||||||
$.on '4chanXInitFinished', @initReady
|
$.on d, '4chanXInitFinished', @initReady
|
||||||
|
|
||||||
if Conf['Persistent QR']
|
if Conf['Persistent QR']
|
||||||
unless g.BOARD.ID is 'f' and g.VIEW is 'index'
|
unless g.BOARD.ID is 'f' and g.VIEW is 'index'
|
||||||
@ -41,6 +41,7 @@ QR =
|
|||||||
cb: @node
|
cb: @node
|
||||||
|
|
||||||
initReady: ->
|
initReady: ->
|
||||||
|
$.off d, '4chanXInitFinished', @initReady
|
||||||
QR.postingIsEnabled = !!$.id 'postForm'
|
QR.postingIsEnabled = !!$.id 'postForm'
|
||||||
return unless QR.postingIsEnabled
|
return unless QR.postingIsEnabled
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user