diff options
Diffstat (limited to 'public/rsc')
-rw-r--r-- | public/rsc/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |