mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
Fix removeSessionItem not working
This commit is contained in:
parent
88646cf5a5
commit
d649fb8647
@ -76,7 +76,7 @@ egw.extend('store', egw.MODULE_GLOBAL, function(_app, _wnd)
|
||||
* @returns {@exp;window@pro;sessionStorage@call;removeItem}
|
||||
*/
|
||||
removeSessionItem: function(application, key) {
|
||||
key = uniqueKey(application, key);
|
||||
key = mapKey(application, key);
|
||||
return _wnd.sessionStorage.removeItem(key);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user