Ticket #975: eval-scripts-firefox.patch
File eval-scripts-firefox.patch, 472 bytes (added by , 15 years ago) |
---|
-
ajax.js
121 121 * @cat Ajax 122 122 */ 123 123 evalScripts: function() { 124 if(jQuery.browser.mozilla) { 125 // Firefox eval's scripts when they get added to the DOM tree, 126 // so this isn't necessary here 127 return this; 128 } 124 129 return this.find("script").each(function(){ 125 130 if ( this.src ) 126 131 jQuery.getScript( this.src );