mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Fix window-open check (namespace change).
This commit is contained in:
@@ -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);
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user