forked from 0x2620/oxjs
add Ox.Log, determine Ox.PATH by looking at the _last_ Ox.js script
This commit is contained in:
parent
1954a7a799
commit
116d0bfdbf
4 changed files with 23 additions and 5 deletions
|
|
@ -79,7 +79,7 @@ Ox.loadFile = (function() {
|
|||
element.onload = addFileToCache;
|
||||
}
|
||||
}
|
||||
document.getElementsByTagName('head')[0].appendChild(element);
|
||||
document.head.appendChild(element);
|
||||
} else {
|
||||
addFileToCache();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue