From c4475a1458c37f2f84388acccc07f8383bf19d62 Mon Sep 17 00:00:00 2001 From: Andrea Date: Thu, 13 Nov 2025 09:24:40 +0100 Subject: [PATCH] =?UTF-8?q?Reso=20il=20messaggio=20di=20aggiunta=20pizza?= =?UTF-8?q?=20pi=C3=B9=20chiaro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 579af0d..9947d2b 100644 --- a/script.js +++ b/script.js @@ -104,7 +104,7 @@ function addPizza(id, nome, prezzo){ fetch(apiUrl + "/api/pizze", requestOptions) .then((response) => response.text()) .then((result) => { - alert("Pizza aggiunta con successo!"); + alert("Pizza aggiunta con successo! Ricarica la lista per mostrarla in pagina."); window.close(); }) .catch((error) => {