This commit is contained in:
Marcel Klehr 2013-01-17 08:41:05 -08:00
commit 4c1b2b0b98

View file

@ -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)