Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljaz committed Feb 11, 2024
1 parent 6d922ce commit 0fb7310
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions views/vepic.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@
}
const setServer = (id) => {
for (let product of document.getElementsByClassName('product')) {
product.classList.add('hidden')
}
for (let server of document.getElementsByClassName('server')) {
server.classList.add('hidden')
}
Expand Down

0 comments on commit 0fb7310

Please sign in to comment.