mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix miss replaced atob from commit e5f533cf6c
This commit is contained in:
parent
b9d47c1511
commit
7e350f4a4a
@ -2184,7 +2184,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
message = this.mail_splitRowId(_msg['msg'][0]);
|
message = this.mail_splitRowId(_msg['msg'][0]);
|
||||||
if (message[3]) _foldernode = displayname = jQuery.atob(message[3]);
|
if (message[3]) _foldernode = displayname = atob(message[3]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tell server
|
// Tell server
|
||||||
|
Loading…
Reference in New Issue
Block a user