From d7f488c896cbd0d9883a3261d3e03ddad55b505e Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 27 Jan 2012 15:31:17 -0800 Subject: [PATCH] Firefox < 9.0.1 does not call document.body.onload ... we must use window.onload instead. --- guacamole/src/main/webapp/client.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/client.xhtml b/guacamole/src/main/webapp/client.xhtml index ae01eb611..b50e01f8b 100644 --- a/guacamole/src/main/webapp/client.xhtml +++ b/guacamole/src/main/webapp/client.xhtml @@ -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