forked from shaba/openuds
Removed trying to get opener StorageSession, as UDS will never do that, and under some cirtustances it may fail (for exmple, if using UDS API for getting a connection from a cross domain
This commit is contained in:
parent
e067f09958
commit
ec33b46848
@ -23,7 +23,7 @@
|
||||
/**
|
||||
* Global storage for Guacamole pages.
|
||||
*/
|
||||
GuacamoleSessionStorage = (window.opener && opener.GuacamoleSessionStorage) || new (function() {
|
||||
GuacamoleSessionStorage = new (function() {
|
||||
|
||||
/**
|
||||
* The contents of storage, as a JSON string containing name/value pairs as
|
||||
|
Loading…
x
Reference in New Issue
Block a user