mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-29 01:59:39 +01:00
Fix removeSessionItem not working
This commit is contained in:
parent
a763b84be4
commit
8b147bc285
@ -77,7 +77,7 @@ egw.extend('store', egw.MODULE_GLOBAL, function(_app, _wnd)
|
|||||||
* @returns {@exp;window@pro;sessionStorage@call;removeItem}
|
* @returns {@exp;window@pro;sessionStorage@call;removeItem}
|
||||||
*/
|
*/
|
||||||
removeSessionItem: function(application, key) {
|
removeSessionItem: function(application, key) {
|
||||||
key = uniqueKey(application, key);
|
key = mapKey(application, key);
|
||||||
return _wnd.sessionStorage.removeItem(key);
|
return _wnd.sessionStorage.removeItem(key);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user