rm comment

This commit is contained in:
Nicolas Stepien 2012-09-12 00:04:58 +02:00
parent a7c5f7ecee
commit fe47faebdc

View File

@ -2452,9 +2452,6 @@ Updater =
update: ->
Updater.set 'timer', 0
Updater.request?.abort()
# Fool the cache.
# XXX is fooling the cache still necessary?
# url = "//api.4chan.org/#{g.BOARD}/res/#{g.THREAD_ID}.json?{Date.now()}"
url = "//api.4chan.org/#{g.BOARD}/res/#{g.THREAD_ID}.json"
Updater.request = $.ajax url, onloadend: Updater.cb.load,
headers: 'If-Modified-Since': Updater.lastModified