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