change
[pazpar2-moved-to-github.git] / js / pz2.js
index e161dea..cb5a0e7 100644 (file)
--- a/js/pz2.js
+++ b/js/pz2.js
@@ -1,5 +1,5 @@
 /*
-** $Id: pz2.js,v 1.25 2007-06-01 08:20:39 jakub Exp $
+** $Id: pz2.js,v 1.27 2007-06-01 08:25:53 jakub Exp $
 ** pz2.js - pazpar2's javascript client library.
 */
 
@@ -542,6 +542,7 @@ pzHttpRequest.prototype =
         var context = this;
         this.request.open( 'GET', getUrl, true );
         this.request.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=UTF-8');
+        //this.request.setRequestHeader('Accept-Charset', 'UTF-8');
         this.request.onreadystatechange = function () {
             context._handleResponse();
         }