Key needs to be a string.
This commit is contained in:
parent
56ea8a52e0
commit
2211f0160b
@ -27,7 +27,7 @@ Redirect =
|
|||||||
return
|
return
|
||||||
|
|
||||||
update: ->
|
update: ->
|
||||||
$.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 4 days.
|
||||||
# The list is also update when 4chan X gets updated.
|
# The list is also update when 4chan X gets updated.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user