.
This commit is contained in:
@ -327,24 +327,24 @@
|
||||
};
|
||||
|
||||
function showRequirementConfirm(msg, title, fprint, femai, fsave, fclose) {
|
||||
$("#mask_bg").show();
|
||||
showmaskbg(true);
|
||||
_dialog.showRequirementConfirm(msg, title, function (e) {
|
||||
$("#mask_bg").hide();
|
||||
showmaskbg(false);
|
||||
if (typeof fprint === 'function') {
|
||||
fprint(e);
|
||||
}
|
||||
}, function (e) {
|
||||
$("#mask_bg").hide();
|
||||
showmaskbg(false);
|
||||
if (typeof femai === 'function') {
|
||||
femai(e);
|
||||
}
|
||||
}, function (e) {
|
||||
$("#mask_bg").hide();
|
||||
showmaskbg(false);
|
||||
if (typeof fsave === 'function') {
|
||||
fsave(e);
|
||||
}
|
||||
}, function (e) {
|
||||
$("#mask_bg").hide();
|
||||
showmaskbg(false);
|
||||
if (typeof fclose === 'function') {
|
||||
fclose(e);
|
||||
}
|
||||
@ -686,12 +686,12 @@
|
||||
})
|
||||
|
||||
$('#dialog_sendmail').dialog(function () {
|
||||
$('#mask_bg').hide();
|
||||
showmaskbg(false);
|
||||
OnExit();
|
||||
});
|
||||
|
||||
$('#dialog_assignment').dialog(function () {
|
||||
$('#mask_bg').hide();
|
||||
showmaskbg(false);
|
||||
});
|
||||
|
||||
$('#sendmail_othertextaddress').focus(function (e) {
|
||||
|
Reference in New Issue
Block a user