derp
This commit is contained in:
parent
b0b252493f
commit
8926d5a45e
@ -2869,7 +2869,7 @@
|
||||
if (lastChecked < now - 1 * DAY) {
|
||||
$.set('lastChecked', now);
|
||||
if (conf['Check for Updates'] && VERSION !== 'master') {
|
||||
$.add($.el('script', {
|
||||
$.add(d.head, $.el('script', {
|
||||
src: 'https://raw.github.com/aeosynth/4chan-x/stable/latest.js'
|
||||
}));
|
||||
}
|
||||
|
||||
@ -2218,7 +2218,7 @@ Main =
|
||||
$.set 'lastChecked', now
|
||||
|
||||
if conf['Check for Updates'] and VERSION isnt 'master'
|
||||
$.add $.el 'script', src: 'https://raw.github.com/aeosynth/4chan-x/stable/latest.js'
|
||||
$.add d.head, $.el 'script', src: 'https://raw.github.com/aeosynth/4chan-x/stable/latest.js'
|
||||
|
||||
cutoff = now - 7*DAY
|
||||
hiddenThreads = $.get "hiddenThreads/#{g.BOARD}/", {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user