From 340ebdcbce05ef16b97ab82168dc08a459f0fe21 Mon Sep 17 00:00:00 2001 From: solocla Date: Tue, 27 Jan 2026 10:00:05 +0100 Subject: [PATCH] fixed refresh --- public/userarea/matrici.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/userarea/matrici.php b/public/userarea/matrici.php index 088c328..0d75b61 100644 --- a/public/userarea/matrici.php +++ b/public/userarea/matrici.php @@ -678,8 +678,10 @@ }).then(() => { if (data.success) { bootstrap.Modal.getInstance(document.getElementById('matriceLineeModal')).hide(); + location.reload(); // refresh tabella (render PHP) } }); + }); }); // === MESCOLE ASSOCIATE (MODALE) === @@ -755,8 +757,10 @@ }).then(() => { if (data.success) { bootstrap.Modal.getInstance(document.getElementById('matriceMescoleModal')).hide(); + location.reload(); // refresh tabella (render PHP) } }); + }); });