mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +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");
|
$j("button[button_id="+et2_dialog.OK_BUTTON+"]", dialog.div.parent()).button("enable");
|
||||||
if (!cancel && typeof _callback == "function")
|
if (!cancel && typeof _callback == "function")
|
||||||
{
|
{
|
||||||
_callback.call(dialog, true);
|
_callback.call(dialog, true, response);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user