Skip to content

Commit

Permalink
Update hudson-behavior.js
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 8, 2024
1 parent 6d6d395 commit ba564db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions war/src/main/webapp/scripts/hudson-behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@ function preventInputEe(event) {
}
}

// eslint-disable-next-line no-unused-vars
function escapeHTML(html) {
return html
.replace(/&/g, "&")
Expand Down Expand Up @@ -2201,6 +2202,7 @@ function toQueryString(params) {
}

// get the cascaded computed style value. 'a' is the style name like 'backgroundColor'
// eslint-disable-next-line no-unused-vars
function getStyle(e, a) {
if (document.defaultView && document.defaultView.getComputedStyle) {
return document.defaultView
Expand Down

0 comments on commit ba564db

Please sign in to comment.