From ba564db2f16a46d54cc2d992b3144b85b16a68b4 Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Sun, 8 Dec 2024 15:58:11 +0000 Subject: [PATCH] Update hudson-behavior.js --- war/src/main/webapp/scripts/hudson-behavior.js | 2 ++ 1 file changed, 2 insertions(+) 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