r1435 - trunk/mozile/td
| Newsgroups | gmane.editors.bitflux.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: chregu
Date: Thu Dec 22 09:06:35 2005
New Revision: 1435
Modified:
trunk/mozile/td/http.js
Log:
hopefully prevent some loading issues with replacing onload with addEventListener('load'...
(MF BXE_2_0)
Modified: trunk/mozile/td/http.js
==============================================================================
--- trunk/mozile/td/http.js (original)
+++ trunk/mozile/td/http.js Thu Dec 22 09:06:35 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