mirror of
https://github.com/systemjs/systemjs.git
synced 2026-02-01 15:59:54 +00:00
base url revert
This commit is contained in:
parent
568e9af566
commit
f47bacd0f5
@ -81,7 +81,7 @@
|
||||
window.createLoader = function() {
|
||||
delete window.createLoader;
|
||||
|
||||
config.baseURL = config.baseURL || 'http://git.jspm.io';
|
||||
config.baseURL = config.baseURL || document.URL.substring(0, window.location.href.lastIndexOf('\/') + 1);
|
||||
|
||||
// hooks without plugin logic
|
||||
var loaderHooks = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user