mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
fix typo stalling insert into eml document
This commit is contained in:
parent
187acc5295
commit
795cfe3e6f
@ -588,7 +588,7 @@ jQuery.extend(et2_dialog,
|
||||
*/
|
||||
long_task: function(_callback, _message, _title, _menuaction, _list, _egw_or_appname)
|
||||
{
|
||||
var parent = et2_dialog._create_parent(_egw_or_parent);
|
||||
var parent = et2_dialog._create_parent(_egw_or_appname);
|
||||
var egw = parent._egw;
|
||||
|
||||
// Special action for cancel
|
||||
|
Loading…
Reference in New Issue
Block a user