From ff12dcd416d15f3441e4b722c4335e2c77791222 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 24 Jan 2012 23:43:19 -0800 Subject: [PATCH] Start UI and connection only after control returns from body onload (otherwise, browser will always thing page is loading). --- guacamole/src/main/webapp/client.xhtml | 43 ++++++++++++++++---------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/guacamole/src/main/webapp/client.xhtml b/guacamole/src/main/webapp/client.xhtml index 21a837fb3..71d519d13 100644 --- a/guacamole/src/main/webapp/client.xhtml +++ b/guacamole/src/main/webapp/client.xhtml @@ -26,6 +26,7 @@ + Guacamole ${project.version} @@ -95,29 +96,37 @@ + } + catch (e) { + GuacamoleUI.showError(e.message); + } + }, 0); + + }; + + /* ]]> */