Firefox < 9.0.1 does not call document.body.onload ... we must use window.onload instead.

This commit is contained in:
Michael Jumper
2012-01-27 15:31:17 -08:00
parent f1dec42496
commit d7f488c896

View File

@@ -98,7 +98,7 @@
// Start connect after control returns from onload (allow browser
// to consider the page loaded).
document.body.onload = function() {
window.onload = function() {
window.setTimeout(function() {
// Instantiate client