From 18942bcf62d620551d9f677e605443f8c0627f05 Mon Sep 17 00:00:00 2001 From: Greg Date: Sun, 11 May 2025 12:45:30 +0200 Subject: [PATCH] Add Maybe option V4 --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index efadcdc..280087e 100644 --- a/static/app.js +++ b/static/app.js @@ -12,7 +12,7 @@ function saveData() { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(data) - }).then(() => fetchData()); + }); }