Type attribute is "type", not "name".

This commit is contained in:
Michael Jumper
2013-08-12 10:54:38 -07:00
parent af0c2fd417
commit 937e143aff

View File

@@ -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;