Skip to content

Commit c57edb3

Browse files
Version 1.1.0 - Don't remove and add form elements, only update them
1 parent b68845a commit c57edb3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

visualcaptcha.angular.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,8 +1246,7 @@ define( 'visualcaptcha.vanilla',[
12461246
imgElement,
12471247
images,
12481248
imageIndex,
1249-
imageInput,
1250-
imageInputHTML;
1249+
imageInput;
12511250

12521251
// Get the selection input element
12531252
imageInput = helpers.findByTag( explanation, 'input', true );

0 commit comments

Comments
 (0)