From fe47faebdce8c6812d66d9f502571666f9902e07 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 12 Sep 2012 00:04:58 +0200 Subject: [PATCH] rm comment --- script.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/script.coffee b/script.coffee index 9f00df223..6944b3de9 100644 --- a/script.coffee +++ b/script.coffee @@ -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