projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8b1920
)
Removed a bug which caused a malfunction of XMLHttpRequest in some browsers.
author
Jakub Skoczen
<jakub@indexdata.dk>
Wed, 16 May 2007 20:54:17 +0000
(20:54 +0000)
committer
Jakub Skoczen
<jakub@indexdata.dk>
Wed, 16 May 2007 20:54:17 +0000
(20:54 +0000)
js/pz2.js
patch
|
blob
|
history
diff --git
a/js/pz2.js
b/js/pz2.js
index
062e124
..
14c9025
100644
(file)
--- a/
js/pz2.js
+++ b/
js/pz2.js
@@
-1,5
+1,5
@@
/*
-** $Id: pz2.js,v 1.14 2007-05-16 07:53:32 jakub Exp $
+** $Id: pz2.js,v 1.15 2007-05-16 20:54:17 jakub Exp $
** pz2.js - pazpar2's javascript client library.
*/
@@
-518,7
+518,7
@@
pzHttpRequest.prototype =
this.request.onreadystatechange = function () {
context._handleResponse();
}
- this.request.send();
+ this.request.send(null);
},
_handleResponse: function ()