Skip to content

Commit ad7f55e

Browse files
author
ymalcev
committed
changes for special versions for sf2.3
1 parent 75dd831 commit ad7f55e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/TestBundles/DefaultTestBundle/Resources/views/FunctionalTests/customization_js.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757
});
5858
59-
var form = document.getElementsByName('custom_form_name')[0];
59+
var form = document.getElementsByTagName('form')[0];
6060
FpJsFormValidator.customize(form, {
6161
groups: function () {
6262
return ['groups_callback'];

0 commit comments

Comments
 (0)