mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Type attribute is "type", not "name".
This commit is contained in:
@@ -400,7 +400,7 @@ GuacamoleService.Connections = {
|
||||
|
||||
var id = element.getAttribute("id");
|
||||
var name = element.getAttribute("name");
|
||||
var type_string = element.getAttribute("name");
|
||||
var type_string = element.getAttribute("type");
|
||||
|
||||
// Translate type name
|
||||
var type;
|
||||
|
Reference in New Issue
Block a user