mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Set allowOutsideClick for sweet alert
This commit is contained in:
parent
d6774fed60
commit
c1d41d6f85
@ -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…
x
Reference in New Issue
Block a user