Loading src/UnicaenAutoform/View/Helper/partial/input/plus_custom.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ $array = "[" . implode(",", $temp) . "]"; $(function () { let optionsText = '<?php echo $champ->getOptions(); ?>'; let fields = readOptions(optionsText); let reponses = "<?php echo $reponse?str_replace(["'",'"'],["\'", '\"'],$reponse):""; ?>"; let reponses = `<?php echo $reponse?str_replace(["'",'"'],["\'", '\"'],$reponse):""; ?>`; let dictionnary = []; let blob = reponses.split('|'); Loading Loading
src/UnicaenAutoform/View/Helper/partial/input/plus_custom.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ $array = "[" . implode(",", $temp) . "]"; $(function () { let optionsText = '<?php echo $champ->getOptions(); ?>'; let fields = readOptions(optionsText); let reponses = "<?php echo $reponse?str_replace(["'",'"'],["\'", '\"'],$reponse):""; ?>"; let reponses = `<?php echo $reponse?str_replace(["'",'"'],["\'", '\"'],$reponse):""; ?>`; let dictionnary = []; let blob = reponses.split('|'); Loading