Fix window-open check (namespace change).

This commit is contained in:
Michael Jumper
2012-11-22 17:52:19 -08:00
parent 3efd88db9a
commit 325fce407b

View File

@@ -179,7 +179,7 @@ GuacamoleRootUI.Connection = function(config) {
// If window did not already exist, set up as
// Guacamole client
if (!current.GuacamoleUI)
if (!current.GuacUI)
window.open(url, config.id);
};