Skip to content

Commit

Permalink
Fix adjunct name
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavafenkin committed Oct 17, 2024
1 parent db707fc commit 675113e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ THE SOFTWARE.
<button class="jenkins-button svn-credential-ok-close">${%Close}</button>
</l:main-panel>
</l:layout>
</j:jelly>
</j:jelly>
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ window.addEventListener("DOMContentLoaded", () => {
document.querySelectorAll(".svn-tagform-tag-checkbox").forEach(checkbox => {
document.addEventListener("change", updateRow);
});
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ THE SOFTWARE.
<j:if test="${it.isTagged()}">
<h2>${%Create more tags}</h2>
</j:if>
<st:adjunct includes="hudson.scm.SubversionTagAction.tagform"/>
<st:adjunct includes="hudson.scm.SubversionTagAction.svn-tagform-update-row"/>
<form action="submit" method="post" enctype="multipart/form-data" name="tag">
<table class="middle-align">
<tr>
Expand Down

0 comments on commit 675113e

Please sign in to comment.