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