Updated bower dependencies for client.
This commit is contained in:
parent
1b47de7c5f
commit
fe5b68e1c4
136 changed files with 7596 additions and 9284 deletions
|
@ -4,7 +4,7 @@ define( [
|
|||
|
||||
"use strict";
|
||||
|
||||
jQuery._evalUrl = function( url, options ) {
|
||||
jQuery._evalUrl = function( url, options, doc ) {
|
||||
return jQuery.ajax( {
|
||||
url: url,
|
||||
|
||||
|
@ -22,7 +22,7 @@ jQuery._evalUrl = function( url, options ) {
|
|||
"text script": function() {}
|
||||
},
|
||||
dataFilter: function( response ) {
|
||||
jQuery.globalEval( response, options );
|
||||
jQuery.globalEval( response, options, doc );
|
||||
}
|
||||
} );
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue