MISTAKES WERE MADE!

Conflicts:
	builds/4chan-X.user.js
	builds/crx/script.js
This commit is contained in:
Zixaphir 2014-03-02 19:13:16 -07:00 committed by ccd0
parent 3b8627bd87
commit a126418295

View File

@ -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