diff --git a/src/static/js/webcam.js b/src/static/js/webcam.js index c8d3f15..7e48c3e 100644 --- a/src/static/js/webcam.js +++ b/src/static/js/webcam.js @@ -244,7 +244,7 @@ function print_picture(data){ let time = currentDate.getHours() + ":" + currentDate.getMinutes() + ":" + currentDate.getSeconds(); formData.set("img", picture, "picture.png"); - formData.set("signature", " Accès Libre ~ 1 An ~ Fête de la Musique Libre @ " + time) + formData.set("signature", "Webcam") fetch(url, { method: 'POST', // or 'PUT'