ESH/service_client/log-file.log
2024-10-23 18:28:06 +05:30

16 lines
442 B
Plaintext

BootstrapDialog.show({
message: 'Details Saved Successfully.',
buttons: [{
label: 'OK',
action: function(dialogItself) {
$('#consumables').modal("show");
dialogItself.close();
}
}]
});