Skip to content

Commit 18e0c95

Browse files
committed
remove unused variable
1 parent 99e8fb8 commit 18e0c95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/resources/com/sap/prd/jenkins/plugins/agent_maintenance/agent-maintenance.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ Behaviour.specify("#add-button", 'agent-maintenance', 0, function(e) {
168168
e.onclick = function() {
169169
openForm("maintenance-add-form")
170170
};
171-
let table = document.getElementById("maintenance-table");
172-
let tbody = table.tBodies[0];
173171
e.style.display = 'inline-flex';
174172
e.classList.remove("jenkins-hidden");
175173
});

0 commit comments

Comments
 (0)