Ver código fonte

fixed id for the secret JS

Fabien Potencier 14 anos atrás
pai
commit
e00eca2ba5

+ 1 - 1
Resources/views/Configurator/Step/secret.html.twig

@@ -38,7 +38,7 @@
             for (i=0; i < 32; i++) {
             for (i=0; i < 32; i++) {
                 result += Math.round(Math.random()*16).toString(16);
                 result += Math.round(Math.random()*16).toString(16);
             }
             }
-            document.getElementById('secretstep_secret').value = result;
+            document.getElementById('distributionbundle_secret_step_secret').value = result;
         }
         }
     </script>
     </script>
 {% endblock %}
 {% endblock %}