From cbecc0dfc819febf4c2b36791d5a2a7e69d842af Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 2 Sep 2018 16:19:13 +0200 Subject: 2.5 mobile update + minor upgrades and fixes --- public/rsc/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/rsc') diff --git a/public/rsc/js/app.js b/public/rsc/js/app.js index b806baf..1f1df61 100644 --- a/public/rsc/js/app.js +++ b/public/rsc/js/app.js @@ -1,5 +1,5 @@ function confirmSubmit(event, element, idform) { - if (window.confirm('Confirmer ? ' + element) === false) { + if (window.confirm('Confirm ? ' + element) === false) { event.preventDefault(); } else { document.getElementById(idform).submit(); -- cgit v1.2.3