Tweaked the default Accept header to _default.
This commit is contained in:
parent
6e739fd2ba
commit
260fc23e92
|
@ -153,7 +153,7 @@ jQuery.extend({
|
||||||
script: "text/javascript, application/javascript",
|
script: "text/javascript, application/javascript",
|
||||||
json: "application/json, text/javascript",
|
json: "application/json, text/javascript",
|
||||||
text: "text/plain",
|
text: "text/plain",
|
||||||
"default": "*/*"
|
_default: "*/*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue