Skip to content

Commit efd110f

Browse files
committed
Fix modal confirm helper argument handling
1 parent b4fee69 commit efd110f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liens-morts-detector-jlg/assets/js/blc-admin-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3511,7 +3511,7 @@ jQuery(document).ready(function($) {
35113511

35123512
return $wrapper;
35133513
},
3514-
onConfirm: function(helpers) {
3514+
onConfirm: function(_value, helpers) {
35153515
helpers.setSubmitting(true);
35163516
sendStartRequest(isFullScan, {
35173517
forceCancel: true,

0 commit comments

Comments
 (0)