Fixed a incompatiblity with FF3 (and others).
This commit is contained in:
parent
4b8ac8442c
commit
cf8c2e80f4
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ function loadjs(url, completed) {
|
||||||
script.onreadystatechange = function() {
|
script.onreadystatechange = function() {
|
||||||
script.onload();
|
script.onload();
|
||||||
};
|
};
|
||||||
document.head.appendChild(script);
|
(document.head || document.getElementsByTagName('head')[0]).appendChild(script);
|
||||||
}
|
}
|
||||||
|
|
||||||
function splitArgs(s) {
|
function splitArgs(s) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue