mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
fix broken move via nm-action-menu-entry
This commit is contained in:
parent
fe02eda1a7
commit
162c08a457
@ -2773,7 +2773,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
var key = window.localStorage.key(i);
|
var key = window.localStorage.key(i);
|
||||||
|
|
||||||
// Find directly by what the key would look like
|
// Find directly by what the key would look like
|
||||||
if(key.indexOf('cached_fetch_mail::{"selectedFolder":"'+_target.id+'"') == 0)
|
if(key.indexOf('cached_fetch_mail::{"selectedFolder":"'+target+'"') == 0)
|
||||||
{
|
{
|
||||||
window.localStorage.removeItem(key);
|
window.localStorage.removeItem(key);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user