From 39d0c56672d260da4ff77bf1d3a66096be5939ad Mon Sep 17 00:00:00 2001 From: nono Date: Thu, 16 Oct 2025 18:39:29 +0200 Subject: [PATCH] Change signature --- src/static/js/webcam.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'