diff --git a/war/src/main/webapp/scripts/hudson-behavior.js b/war/src/main/webapp/scripts/hudson-behavior.js index c027910f06d5..9ae3d9298d37 100644 --- a/war/src/main/webapp/scripts/hudson-behavior.js +++ b/war/src/main/webapp/scripts/hudson-behavior.js @@ -895,6 +895,7 @@ function preventInputEe(event) { } } +// eslint-disable-next-line no-unused-vars function escapeHTML(html) { return html .replace(/&/g, "&") @@ -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