le commit #8897fdb avait introduit un petit bug

This commit is contained in:
Christophe 2022-03-28 15:48:31 +02:00
parent cf783af2fd
commit 015ddc9541

View file

@ -26,7 +26,7 @@ function gamutable_fermer_modalbox($id_objet = 9999999999){
} }
if (id === 9999999999) { if (id === 9999999999) {
if (typeof app !== 'undefined') { if (typeof app !== 'undefined') {
app.rechargerJson(id); app.rechargerJson();
} }
$.modalboxclose(); $.modalboxclose();
} }