id = "$id_objet"; id = parseInt(id); if (id > 0 && id < 9999999999) { if (typeof app !== 'undefined') { app.rechargerJson('maj'); } if (typeof app_deux !== 'undefined') { app_deux.rechargerJson('maj'); } $.modalboxclose(); } if (id === 9999999999) { if (typeof app !== 'undefined') { app.rechargerJson(); } if (typeof app_deux !== 'undefined') { app_deux.rechargerJson(); } $.modalboxclose(); } delete id; EOJS; return $html; } function gamutable_recharger_tableau($id_objet = 9999999999, $num = null) { if ($id_objet === 'maj') { $id_objet = 1; } $html = << id = "$id_objet"; id = parseInt(id); if (id > 0 && id < 9999999999) { if (typeof app !== 'undefined') { app.rechargerJson('maj'); } if (typeof app_deux !== 'undefined') { app_deux.rechargerJson('maj'); } } if (id === 9999999999) { if (typeof app !== 'undefined') { app.rechargerJson(); } if (typeof app_deux !== 'undefined') { app_deux.rechargerJson(); } } delete id; EOJS; return $html; }