[html10n] Fix onload event listener (must be attached to window!)
parent
6802353306
commit
a1188c15c0
|
@ -883,7 +883,7 @@ window.html10n = (function(window, document, undefined) {
|
||||||
html10n.index()
|
html10n.index()
|
||||||
}, false)
|
}, false)
|
||||||
else if (window.attachEvent)
|
else if (window.attachEvent)
|
||||||
document.attachEvent('onload', function() {
|
window.attachEvent('onload', function() {
|
||||||
html10n.index()
|
html10n.index()
|
||||||
}, false)
|
}, false)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue