diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-09-04 20:20:33 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-09-04 20:20:33 +0200 |
commit | 12cd3c98bde23843947f6991037009ab9ef49b05 (patch) | |
tree | f1b88a7968ad3edeaf6dbd7d85885d57c4c8a097 | |
parent | cb42b03dc50351a08c7bbf9662db8e9d951884f7 (diff) | |
download | rpg-12cd3c98bde23843947f6991037009ab9ef49b05.tar.gz rpg-12cd3c98bde23843947f6991037009ab9ef49b05.tar.bz2 |
another update for the IE+HTTPS init event problem
darcs-hash:20060904182033-7ad00-c72dfa5fa9f5c44e0fdf09db922a4915935169f7.gz
-rw-r--r-- | lib/scripts/events.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scripts/events.js b/lib/scripts/events.js index c6aad02cf..bcfa10133 100644 --- a/lib/scripts/events.js +++ b/lib/scripts/events.js @@ -104,7 +104,7 @@ window.fireoninit = function() { // for Internet Explorer (using conditional comments) /*@cc_on @*/ /*@if (@_win32) - document.write("<script id=__ie_onload defer src=javascript:false;><\/script>"); + document.write("<scr" + "ipt id=__ie_init defer=true src=//:><\/script>"); var script = document.getElementById("__ie_onload"); script.onreadystatechange = function() { if (this.readyState == "complete") { |