Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added some of the fixes discussed over at Dean's blog, concerning DOM…
… Ready.
  • Loading branch information
jeresig committed Jun 16, 2006
1 parent 9e27d8d commit 598fcca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions event/event.js
Expand Up @@ -65,8 +65,8 @@ if ( $.browser == "mozilla" ) {
} else if ( $.browser == "msie" ) {

// Only works if you document.write() it
document.write('<script id="__ie_init" defer="true" ' +
'src="javascript:void 0"><\/script>');
document.write('<scr' + 'ipt id=__ie_init defer=true ' +
'src=javascript:void(0)><\/script>');

// Use the defer script hack
var script = document.getElementById('__ie_init');
Expand Down

0 comments on commit 598fcca

Please sign in to comment.