Ticket #11453: document_loaded_fix.diff
| File document_loaded_fix.diff, 421 bytes (added by jdalton, 5 months ago) |
|---|
-
event.js
old new 292 292 function fireContentLoadedEvent() { 293 293 if (document.loaded) return; 294 294 if (timer) window.clearInterval(timer); 295 document.loaded = true; 295 296 document.fire("dom:loaded"); 296 document.loaded = true;297 297 } 298 298 299 299 if (document.addEventListener) {