mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01: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
|
// If window did not already exist, set up as
|
||||||
// Guacamole client
|
// Guacamole client
|
||||||
if (!current.GuacamoleUI)
|
if (!current.GuacUI)
|
||||||
window.open(url, config.id);
|
window.open(url, config.id);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user