Script transport now uses ajaxSetup to define script dataType.
This commit is contained in:
parent
14b07ec5de
commit
e221d39e98
|
@ -1,7 +1,7 @@
|
||||||
(function( jQuery ) {
|
(function( jQuery ) {
|
||||||
|
|
||||||
// Install text to script executor
|
// Install script dataType
|
||||||
jQuery.extend( true, jQuery.ajaxSettings , {
|
jQuery.ajaxSetup({
|
||||||
|
|
||||||
accepts: {
|
accepts: {
|
||||||
script: "text/javascript, application/javascript"
|
script: "text/javascript, application/javascript"
|
||||||
|
|
Loading…
Reference in a new issue