Key needs to be a string.

This commit is contained in:
Mayhem 2013-05-08 16:40:39 +02:00
parent 56ea8a52e0
commit 2211f0160b

View File

@ -27,7 +27,7 @@ Redirect =
return
update: ->
$.get lastarchivecheck, 0, ({lastarchivecheck}) ->
$.get 'lastarchivecheck', 0, ({lastarchivecheck}) ->
now = Date.now()
# Update the list of archives every 4 days.
# The list is also update when 4chan X gets updated.