From 4f9f9bbe4c4cca4215d90c637863237f8a72e4dd Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Wed, 11 Apr 2012 01:22:39 +0200 Subject: [PATCH] removed custom http request request header for xmlhttprequest so version check works in firefox too --- comingNext/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/comingNext/index.html b/comingNext/index.html index 1002ec5..32b89eb 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -1527,7 +1527,6 @@ function checkForUpdate() reqV.onreadystatechange = checkForUpdateCallback; document.getElementById("updateDiv").innerHTML = getLocalizedText("update.checking"); reqV.open("GET", versionURL, true); - reqV.setRequestHeader( "If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT" ); // disable caching reqV.send(null); } -- 2.39.2