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