mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
missing encoding of id
This commit is contained in:
parent
41c61e3979
commit
7540459b58
@ -150,7 +150,7 @@ function nm_action(_action, _senders)
|
||||
var url = '#';
|
||||
if (typeof _action.data.url != 'undefined')
|
||||
{
|
||||
url = _action.data.url.replace(/(\$|%24)id/,ids);
|
||||
url = _action.data.url.replace(/(\$|%24)id/,encodeURIComponent(ids));
|
||||
}
|
||||
|
||||
var target = null;
|
||||
|
Loading…
Reference in New Issue
Block a user