Set allowOutsideClick for sweet alert
This commit is contained in:
parent
d6774fed60
commit
c1d41d6f85
1 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,8 @@
|
|||
cancelButtonText: "{!! trans("texts.no") !!}",
|
||||
confirmButtonText: "{!! trans("texts.yes") !!}",
|
||||
showCancelButton: true,
|
||||
closeOnConfirm: false
|
||||
closeOnConfirm: false,
|
||||
allowOutsideClick: true,
|
||||
}, function() {
|
||||
success();
|
||||
swal.close();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue