Commit 55e3fc20 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Fix du plus_custom dont les réponses multilignes n'étaient pas comprises

parent 5bd19506
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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('|');