Skip to content

Commit

Permalink
Merge branch 'update-forms' of github.com:janfaracik/jenkins into upd…
Browse files Browse the repository at this point in the history
…ate-forms
  • Loading branch information
timja committed Dec 3, 2021
2 parents 0d470d8 + 85e97a4 commit df78495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/form/repeatable/repeatable.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Behaviour.specify("INPUT.repeatable-add", 'repeatable', 0, function(e) {
e = null; // avoid memory leak
});

Behaviour.specify("BUTTON.repeatable-delete", 'repeatable', 0, function(e) {
Behaviour.specify("BUTTON.repeatable-delete, INPUT.repeatable-delete", 'repeatable', 0, function(e) {
e.addEventListener("click", function() {
repeatableSupport.onDelete(e);
})
Expand Down

0 comments on commit df78495

Please sign in to comment.