Fixes image uploades in firefox
This commit is contained in:
@@ -79,7 +79,7 @@ jQuery.extend({
|
||||
try {
|
||||
if(io.contentWindow){
|
||||
xml.responseText = io.contentWindow.document.body ?
|
||||
io.contentWindow.document.body.innerText : null;
|
||||
io.contentWindow.document.body.textContent || io.contentWindow.document.body.innerText : null;
|
||||
xml.responseXML = io.contentWindow.document.XMLDocument ?
|
||||
io.contentWindow.document.XMLDocument : io.contentWindow.document;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user