remove unused variable
This commit is contained in:
parent
fa85d6de89
commit
bc482fc8d2
@ -2,7 +2,6 @@ const images = document.getElementsByClassName('project-image');
|
||||
|
||||
for (const image of images) {
|
||||
const modal = image.querySelector('.modal')
|
||||
const close = image.querySelector('.close')
|
||||
const lazy_image = image.querySelector('.lazy-image')
|
||||
const zoom = modal.querySelector('input')
|
||||
const open = image.querySelector('input');
|
||||
|
Loading…
Reference in New Issue
Block a user