r1656 - branches/bxe_2_0/kupu

[email protected] Thu, 15 Mar 2007 11:44:39 +0100 (CET)
Newsgroups gmane.editors.bitflux.cvs
Message-ID <[email protected]>
Author: chregu
Date: Thu Mar 15 11:44:39 2007
New Revision: 1656

Log:
force httprequests as text/xml

Modified:
   branches/bxe_2_0/kupu/kupudrawers.js

Modified: branches/bxe_2_0/kupu/kupudrawers.js
==============================================================================
--- branches/bxe_2_0/kupu/kupudrawers.js	(original)
+++ branches/bxe_2_0/kupu/kupudrawers.js	Thu Mar 15 11:44:39 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