diff --git a/gamutable_fonctions.php b/gamutable_fonctions.php index f60ebb5..da061c4 100644 --- a/gamutable_fonctions.php +++ b/gamutable_fonctions.php @@ -70,6 +70,11 @@ EOJS; } function gamutable_generer_js($id_objet, $num){ + if (intval($num) === 2) { + $num = "_deux"; + } else { + $num = null; + } $html = <<