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:
Adolfo Gómez García 2017-04-18 13:39:31 +02:00
parent e067f09958
commit ec33b46848

View File

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