This commit is contained in:
andmironov 2019-03-15 14:39:20 +03:00
parent eb0b31bd2b
commit 042b3ac3d8
2 changed files with 2 additions and 8 deletions

View File

@ -25096,12 +25096,6 @@ vacancys[0].addEventListener('click', function (event) {
event.preventDefault();
});
// vacancys[1].addEventListener('click', function(event){
// showPopup(overlays[1], popups[1])
// event.preventDefault()
// })
closeButtons.forEach(button => {
button.addEventListener('click', closeActivePopup);
});

File diff suppressed because one or more lines are too long