mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Send response as second param into callback for long_task dialog
This commit is contained in:
parent
80b2e2b244
commit
8d7fc2000b
@ -736,7 +736,7 @@ jQuery.extend(et2_dialog,
|
||||
$j("button[button_id="+et2_dialog.OK_BUTTON+"]", dialog.div.parent()).button("enable");
|
||||
if (!cancel && typeof _callback == "function")
|
||||
{
|
||||
_callback.call(dialog, true);
|
||||
_callback.call(dialog, true, response);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user