Fix per campi date su SweetAlert
This commit is contained in:
parent
cc56e31a4b
commit
2bbcc5a3a1
|
@ -213,6 +213,7 @@ function message(element) {
|
|||
onOpen: function () {
|
||||
start_superselect();
|
||||
start_inputmask();
|
||||
start_datepickers();
|
||||
},
|
||||
preConfirm: function () {
|
||||
$form = $('#swal-form');
|
||||
|
|
Loading…
Reference in New Issue