fixed refresh
This commit is contained in:
parent
1edf7b7239
commit
340ebdcbce
@ -678,8 +678,10 @@
|
|||||||
}).then(() => {
|
}).then(() => {
|
||||||
if (data.success) {
|
if (data.success) {
|
||||||
bootstrap.Modal.getInstance(document.getElementById('matriceLineeModal')).hide();
|
bootstrap.Modal.getInstance(document.getElementById('matriceLineeModal')).hide();
|
||||||
|
location.reload(); // refresh tabella (render PHP)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
// === MESCOLE ASSOCIATE (MODALE) ===
|
// === MESCOLE ASSOCIATE (MODALE) ===
|
||||||
@ -755,8 +757,10 @@
|
|||||||
}).then(() => {
|
}).then(() => {
|
||||||
if (data.success) {
|
if (data.success) {
|
||||||
bootstrap.Modal.getInstance(document.getElementById('matriceMescoleModal')).hide();
|
bootstrap.Modal.getInstance(document.getElementById('matriceMescoleModal')).hide();
|
||||||
|
location.reload(); // refresh tabella (render PHP)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user