From 080a0b09fbee6c63e997ae899c36e8c1efe9d39f Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Fri, 1 Jun 2007 08:25:53 +0000 Subject: [PATCH 1/1] change --- js/pz2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/pz2.js b/js/pz2.js index 20c516a..cb5a0e7 100644 --- a/js/pz2.js +++ b/js/pz2.js @@ -1,5 +1,5 @@ /* -** $Id: pz2.js,v 1.26 2007-06-01 08:22:32 jakub Exp $ +** $Id: pz2.js,v 1.27 2007-06-01 08:25:53 jakub Exp $ ** pz2.js - pazpar2's javascript client library. */ @@ -542,7 +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.setRequestHeader('Accept-Charset', 'UTF-8'); this.request.onreadystatechange = function () { context._handleResponse(); } -- 1.7.10.4