r1434 - branches/bxe_2_0/mozile/td

[email protected]
Newsgroups gmane.editors.bitflux.cvs
Message-ID <[email protected]>
Author: chregu
Date: Thu Dec 22 09:05:54 2005
New Revision: 1434

Modified:
   branches/bxe_2_0/mozile/td/http.js
Log:
hopefully prevent some loading issues with replacing onload with addEventListener('load'...

Modified: branches/bxe_2_0/mozile/td/http.js
==============================================================================
--- branches/bxe_2_0/mozile/td/http.js	(original)
+++ branches/bxe_2_0/mozile/td/http.js	Thu Dec 22 09:05:54 2005
@@ -29,7 +29,7 @@
 	docu.loader = this.parent;
 	docu.td = td;
 	bxe_config.td = td;
-	docu.onload = this.loadCallback;
+	docu.addEventListener("load", this.loadCallback, false);
 	docu.async = async;
 	var reqObj = new Object();
 	reqObj.document = docu;
-- 
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.