Removed excessive escaping.

This commit is contained in:
Michael Jumper
2011-08-23 19:58:35 -07:00
parent 2edd5dfbf5
commit 93c44f9f32

View File

@@ -330,7 +330,7 @@
var id = url.substring(query+1);
// Connect client
guac.connect("id=" + encodeURIComponent(id));
guac.connect("id=" + id);
}
catch (e) {