From 76a190a6486c8f7ce18691567bc93bf4a2b8fe90 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 15 Feb 2012 10:28:17 -0800 Subject: [PATCH] Only actual client display should have hidden cursor, not main display div. --- src/main/webapp/client.xhtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/client.xhtml b/src/main/webapp/client.xhtml index d9a71dc..fb8c20c 100644 --- a/src/main/webapp/client.xhtml +++ b/src/main/webapp/client.xhtml @@ -56,7 +56,7 @@ -
+
@@ -107,6 +107,7 @@ ); // Add client to UI + guac.getDisplay().className = "software-cursor"; GuacamoleUI.display.appendChild(guac.getDisplay()); // Tie UI to client -- 1.7.10.4