Skip to content

Commit

Permalink
Merge branch 'makeButton' of github.com:mawinter69/jenkins into makeB…
Browse files Browse the repository at this point in the history
…utton
  • Loading branch information
mawinter69 committed Aug 12, 2024
2 parents ca6462c + 7c14a64 commit 56659c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion war/src/main/webapp/scripts/hudson-behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ function makeButton(e, onclick) {
button.setAttribute(attributeName, attribute.value);
}
}
button.innerHTML = e.value;
button.innerText = e.value;
button.classList.add("jenkins-button");
const classNames = e.classList;
if (classNames.contains("primary") || classNames.contains("submit-button")) {
Expand Down

0 comments on commit 56659c3

Please sign in to comment.