"You want the multipart? YOU CAN'T HANDLE THE MULTIPART!"
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1904
9efc2488-bf62-4759-914b-
345cdb29e865
} else {
- if(!navigator.userAgent.match(/mozilla/i)) {
-
+ /* Only Firefox supports multipart calls, but Safari / Chrome include
+ "Mozilla" in their user agent strings... sigh */
+ if(!navigator.userAgent.match(/mozilla/i) || navigator.userAgent.match(/webkit/i)) {
/* standard asynchronous call */
xreq.onreadystatechange = function() {
if(xreq.readyState == 4)