Ticket #4767: 4767.patch
File 4767.patch, 645 bytes (added by , 13 years ago) |
---|
-
core/loader.js
215 215 this.load( dependencies[ i ], true ); 216 216 217 217 var scriptSrc = getUrl( '_source/' + scriptName + '.js' ); 218 218 /* 219 219 // Append the <script> element to the DOM. 220 220 if ( document.body ) 221 221 { … … 231 231 232 232 document.write( '<script src="' + scriptSrc + '" type="text/javascript"><\/script>' ); 233 233 } 234 */ 235 document.write( '<script src="' + scriptSrc + '" type="text/javascript"><\/script>' ); 234 236 } 235 237 }; 236 238 })();