Skip to content

Commit

Permalink
Potential fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 24, 2021
1 parent 41a8e28 commit cc50203
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ document.addEventListener("DOMContentLoaded", function(){
var element
// modern buttons aren't wrapped in spans
if (e.classList.contains('jenkins-button') || e.classList.contains('repeatable-delete')) {
p = findParent(e);
element = e
} else {
p = findParent(e);
Expand Down

0 comments on commit cc50203

Please sign in to comment.