aboutsummaryrefslogtreecommitdiff
path: root/public/rsc
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-09-02 16:19:13 +0200
committervincent-peugnet <v.peugnet@free.fr>2018-09-02 16:19:13 +0200
commitcbecc0dfc819febf4c2b36791d5a2a7e69d842af (patch)
treec181eb875cef9ca6a48f0b807905d7a2c15bee98 /public/rsc
parente9b2ca7c06875069fa03379258625490872cc33d (diff)
downloadwcms-cbecc0dfc819febf4c2b36791d5a2a7e69d842af.tar.gz
wcms-cbecc0dfc819febf4c2b36791d5a2a7e69d842af.zip
2.5 mobile update + minor upgrades and fixes
Diffstat (limited to 'public/rsc')
-rw-r--r--public/rsc/js/app.js2
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();