[Pkg-mozext-commits] [sage-extension] 13/39: feed parsing update
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag sage_1_1
in repository sage-extension.
commit ef329c27a4222f1d41bc18f2def542620edc950b
Author: Peter Andrews <petea at jhu.edu>
Date: Sat May 29 07:58:34 2004 +0000
feed parsing update
---
src/sage/content/updatechecker.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sage/content/updatechecker.js b/src/sage/content/updatechecker.js
index 4c457ca..4422f8e 100755
--- a/src/sage/content/updatechecker.js
+++ b/src/sage/content/updatechecker.js
@@ -45,7 +45,7 @@ var UpdateChecker = {
this.httpReq.parent = this;
this.httpReq.onload = this.httpLoaded;
this.httpReq.onreadystatechange = this.httpReadyStateChange;
- this.httpReq.open("HEAD", url);
+ this.httpReq.open("GET", url);
this.httpReq.setRequestHeader("User-Agent", USER_AGENT);
this.httpReq.overrideMimeType("application/xml");
try{
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git
More information about the Pkg-mozext-commits
mailing list