Преглед на файлове

fixed id for the secret JS

Fabien Potencier преди 14 години
родител
ревизия
e00eca2ba5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Resources/views/Configurator/Step/secret.html.twig

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

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