From 93c44f9f329c26f0270170b79ca83439d65e6d4c Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 23 Aug 2011 19:58:35 -0700 Subject: [PATCH] Removed excessive escaping. --- 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 25738d89b..43fbefab0 100644 --- a/guacamole/src/main/webapp/client.xhtml +++ b/guacamole/src/main/webapp/client.xhtml @@ -330,7 +330,7 @@ var id = url.substring(query+1); // Connect client - guac.connect("id=" + encodeURIComponent(id)); + guac.connect("id=" + id); } catch (e) {