Fixed bug in core/main/client/net.js
ALL requests (modules, requester, etc) were failing in Firefox since
commit 1fd66bce1e
This commit is contained in:
@@ -176,7 +176,7 @@ beef.net = {
|
||||
$j.ajaxSetup({
|
||||
dataType: dataType
|
||||
});
|
||||
}else if ( beef.browser.isIE() ) { //set dataType script when GET, HEAD, for IE only
|
||||
} else {
|
||||
$j.ajaxSetup({
|
||||
dataType: 'script'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user