mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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 New Issue
Block a user