Merge pull request #2077 from bnjmnt4n/js-load
Allow JS files with query strings to be loaded.
This commit is contained in:
commit
40e5544776
@ -418,7 +418,7 @@
|
||||
}
|
||||
|
||||
function loadScript( s ) {
|
||||
head.ready( s.src.match( /([\w\d_\-]*)\.?js$|[^\\\/]*$/i )[0], function() {
|
||||
head.ready( s.src.match( /([\w\d_\-]*)\.?js(\?[\w\d.=&]*)?$|[^\\\/]*$/i )[0], function() {
|
||||
// Extension may contain callback functions
|
||||
if( typeof s.callback === 'function' ) {
|
||||
s.callback.apply( this );
|
||||
|
Loading…
Reference in New Issue
Block a user