mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Remove unnecessary parentID parameter.
This commit is contained in:
@@ -575,10 +575,6 @@ GuacamoleService.Connections = {
|
||||
"name=" + encodeURIComponent(connection.name)
|
||||
+ "&protocol=" + encodeURIComponent(connection.protocol);
|
||||
|
||||
// Add group if given
|
||||
if (connection.parent)
|
||||
data += "&parentID=" + encodeURIComponent(connection.parent.id);
|
||||
|
||||
// Add parameters
|
||||
for (var name in connection.parameters)
|
||||
data += "&_" + encodeURIComponent(name)
|
||||
|
Reference in New Issue
Block a user