Typo.
This commit is contained in:
parent
e695713a80
commit
30d0cc8718
@ -29,7 +29,7 @@ Redirect =
|
|||||||
update: (cb) ->
|
update: (cb) ->
|
||||||
$.get 'lastarchivecheck', 0, ({lastarchivecheck}) ->
|
$.get 'lastarchivecheck', 0, ({lastarchivecheck}) ->
|
||||||
now = Date.now()
|
now = Date.now()
|
||||||
# Update the list of archives every 4 days.
|
# Update the list of archives every 2 days.
|
||||||
# The list is also updated when 4chan X gets updated.
|
# The list is also updated when 4chan X gets updated.
|
||||||
return if lastarchivecheck > now - 2 * $.DAY
|
return if lastarchivecheck > now - 2 * $.DAY
|
||||||
$.ajax '<%= meta.page %>json/archives.json', onload: ->
|
$.ajax '<%= meta.page %>json/archives.json', onload: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user