mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 10:52:00 +02:00
Fix miss replaced atob from commit e5f533cf6c257f1263ad773e9073088815e93681
This commit is contained in:
parent
e5f533cf6c
commit
da87dd1931
@ -2184,7 +2184,7 @@ app.classes.mail = AppJS.extend(
|
||||
else
|
||||
{
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user