Skip to content

Commit

Permalink
[JENKINS-73895] Remove inline onClick in ManagedFile/config.jelly (
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomomdahan authored Oct 22, 2024
1 parent 8e85886 commit 4554bc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<f:entry>
<div align="right">
<input type="button" value="${%Add file}" class="repeatable-add show-if-last" onclick="fp_initAllDetailLinks();"/>
<input type="button" value="${%Add file}" class="repeatable-add show-if-last" />
<input type="button" value="${%Delete}" class="repeatable-delete show-if-not-only" style="margin-left: 1em;" />
</div>
</f:entry>
Expand Down

0 comments on commit 4554bc6

Please sign in to comment.