r1655 - trunk/kupu
[email protected] Thu, 15 Mar 2007 11:44:18 +0100 (CET)
| Newsgroups | gmane.editors.bitflux.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: chregu
Date: Thu Mar 15 11:44:18 2007
New Revision: 1655
Log:
force httprequests as text/xml
Modified:
trunk/kupu/kupudrawers.js
Modified: trunk/kupu/kupudrawers.js
==============================================================================
--- trunk/kupu/kupudrawers.js (original)
+++ trunk/kupu/kupudrawers.js Thu Mar 15 11:44:18 2007
@@ -508,6 +508,7 @@
// something
body = null;
};
+ xmlhttp.overrideMimeType("text/xml");
xmlhttp.open(method, uri, true);
// use ContextFixer to wrap the Sarissa callback, both for isolating
// the 'this' problem and to be able to pass in an extra argument
@@ -1091,6 +1092,7 @@
// something
body = null;
};
+ xmlhttp.overrideMimeType("text/xml");
xmlhttp.open(method, uri, true);
// use ContextFixer to wrap the Sarissa callback, both for isolating
--
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs