Skip to content

Commit

Permalink
Update nodes.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
ma4z-sys authored Jan 5, 2025
1 parent 10cd6f0 commit 372d44b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/admin/nodes.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ async function deletenode(nodeId) {
const nodeslist = document.getElementById('nodeslist');
if (table.style.display !== 'none') {
table.style.display = 'none';
nodeslist.classList.add('hidden')
form.style.display = 'block';
} else {
table.style.display = 'block';
Expand Down

0 comments on commit 372d44b

Please sign in to comment.