From 12cd3c98bde23843947f6991037009ab9ef49b05 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Mon, 4 Sep 2006 20:20:33 +0200
Subject: [PATCH] another update for the IE+HTTPS init event problem

darcs-hash:20060904182033-7ad00-c72dfa5fa9f5c44e0fdf09db922a4915935169f7.gz
---
 lib/scripts/events.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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") {
-- 
GitLab