Update and build.
This commit is contained in:
parent
a52308969e
commit
f474a0c3c8
@ -2851,6 +2851,11 @@ Main =
|
|||||||
|
|
||||||
$.ready options.init
|
$.ready options.init
|
||||||
|
|
||||||
|
if conf['Quick Reply'] and conf['Hide Original Post Form']
|
||||||
|
Main.css += 'form[name=post] { display: none; }'
|
||||||
|
|
||||||
|
Main.addStyle()
|
||||||
|
|
||||||
now = Date.now()
|
now = Date.now()
|
||||||
if conf['Check for Updates'] and $.get('lastUpdate', 0) < now - 6*HOUR
|
if conf['Check for Updates'] and $.get('lastUpdate', 0) < now - 6*HOUR
|
||||||
$.ready -> $.add d.head, $.el 'script', src: 'https://raw.github.com/mayhemydg/4chan-x/master/latest.js'
|
$.ready -> $.add d.head, $.el 'script', src: 'https://raw.github.com/mayhemydg/4chan-x/master/latest.js'
|
||||||
@ -2921,11 +2926,6 @@ Main =
|
|||||||
if conf['Fix XXX\'d Post Numbers']
|
if conf['Fix XXX\'d Post Numbers']
|
||||||
unxify.init()
|
unxify.init()
|
||||||
|
|
||||||
if conf['Quick Reply'] and conf['Hide Original Post Form']
|
|
||||||
Main.css += 'form[name=post] { display: none; }'
|
|
||||||
|
|
||||||
Main.addStyle()
|
|
||||||
|
|
||||||
$.ready Main.ready
|
$.ready Main.ready
|
||||||
|
|
||||||
ready: ->
|
ready: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user