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']
|
||||
$.asap (-> doc), -> $.addClass doc, 'hide-original-post-form'
|
||||
|
||||
$.on '4chanXInitFinished', @initReady
|
||||
$.on d, '4chanXInitFinished', @initReady
|
||||
|
||||
if Conf['Persistent QR']
|
||||
unless g.BOARD.ID is 'f' and g.VIEW is 'index'
|
||||
@ -41,6 +41,7 @@ QR =
|
||||
cb: @node
|
||||
|
||||
initReady: ->
|
||||
$.off d, '4chanXInitFinished', @initReady
|
||||
QR.postingIsEnabled = !!$.id 'postForm'
|
||||
return unless QR.postingIsEnabled
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user