Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomomdahan committed Oct 22, 2024
1 parent 26a3d12 commit ccaf36b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ocument.addEventListener('DOMContentLoaded', () => {

document.getElementById('create-another-tag-button')
.addEventListener('click', () => {
document.getElementById('tagForm').show();
document.getElementById('tagForm').style.display = 'block';
document.getElementById('tagButton').style.display = 'none';
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ THE SOFTWARE.
</j:forEach>
</p>

<st:adjunct includes="hudson.scm.cvstagging.LegacyTagAction.create-another-tag"/>
<j:if test="${h.hasPermission(it.build,it.permission)}">
<st:adjunct includes="hudson.scm.cvstagging.LegacyTagAction.create-another-tag"/>
<p id="tagButton">
<input type="button" value="${%Create another tag}" id="create-another-tag-button" />
</p>
Expand Down

0 comments on commit ccaf36b

Please sign in to comment.