Skip to content
Snippets Groups Projects
Commit 12cd3c98 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

another update for the IE+HTTPS init event problem

darcs-hash:20060904182033-7ad00-c72dfa5fa9f5c44e0fdf09db922a4915935169f7.gz
parent cb42b03d
No related branches found
No related tags found
No related merge requests found
......@@ -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") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment