Skip to content

Commit

Permalink
Update form-element-path.js
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 23, 2021
1 parent 959979d commit efdec08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ document.addEventListener("DOMContentLoaded", function(){
case "button":
var element
// modern buttons aren't wrapped in spans
if (e.classList.contains('jenkins-button')) {
if (e.classList.contains('jenkins-button') || e.classList.contains('repeatable-delete')) {
element = e
} else {
p = findParent(e);
Expand Down

0 comments on commit efdec08

Please sign in to comment.