mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Removed excessive escaping.
This commit is contained in:
@@ -330,7 +330,7 @@
|
||||
var id = url.substring(query+1);
|
||||
|
||||
// Connect client
|
||||
guac.connect("id=" + encodeURIComponent(id));
|
||||
guac.connect("id=" + id);
|
||||
|
||||
}
|
||||
catch (e) {
|
||||
|
Reference in New Issue
Block a user