From 4070c04747e909eef2782175247253422a1094ad Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 25 Jan 2012 12:06:00 -0800 Subject: [PATCH] Respaced init code. --- src/main/webapp/client.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/client.xhtml b/src/main/webapp/client.xhtml index 71d519d..ae01eb6 100644 --- a/src/main/webapp/client.xhtml +++ b/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); }; /* ]]> */ -- 1.7.10.4