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