Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 committed Jul 30, 2024
1 parent 279706b commit 4716dd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion war/src/main/webapp/scripts/hudson-behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,6 @@ function makeButton(e, onclick) {
"Deprecated call to makeButton - use <button class='jenkins-button'> instead and standard javascript to attach listeners.",
);
const h = e.onclick;
const clsName = e.className;
const n = e.name;

const button = document.createElement("button");
Expand Down

0 comments on commit 4716dd1

Please sign in to comment.