From f1dec424968f75a78bd6046904d0e00c8901b9a8 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 25 Jan 2012 12:06:00 -0800 Subject: [PATCH] Respaced init code. --- guacamole/src/main/webapp/client.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/client.xhtml b/guacamole/src/main/webapp/client.xhtml index 71d519d13..ae01eb611 100644 --- a/guacamole/src/main/webapp/client.xhtml +++ b/guacamole/src/main/webapp/client.xhtml @@ -99,8 +99,8 @@ // Start connect after control returns from onload (allow browser // to consider the page loaded). document.body.onload = function() { - window.setTimeout(function() { + // Instantiate client var guac = new Guacamole.Client( GuacamoleUI.display, @@ -122,8 +122,8 @@ catch (e) { GuacamoleUI.showError(e.message); } - }, 0); + }, 0); }; /* ]]> */