mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +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}
|
* @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