fixed refresh

This commit is contained in:
2026-01-27 10:00:05 +01:00
parent 1edf7b7239
commit 340ebdcbce
+4
View File
@@ -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)
}
});
});
});