Merge pull request #1371 from ether/fix/ie8-onload-html10n
Fix onload event listener in html10n
This commit is contained in:
commit
c731269a87
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