le commit #8897fdb avait introduit un petit bug
This commit is contained in:
parent
cf783af2fd
commit
015ddc9541
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue