[html10n] Fix onload event listener (must be attached to window!)
This commit is contained in:
parent
6802353306
commit
a1188c15c0
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ window.html10n = (function(window, document, undefined) {
|
|||
html10n.index()
|
||||
}, false)
|
||||
else if (window.attachEvent)
|
||||
document.attachEvent('onload', function() {
|
||||
window.attachEvent('onload', function() {
|
||||
html10n.index()
|
||||
}, false)
|
||||
|
||||
|
|
Loading…
Reference in a new issue