Merge pull request #2 from status-im/homepage

update
This commit is contained in:
Andrei Mironov 2019-03-15 14:41:42 +03:00 committed by GitHub
commit 5aba16ccd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View File

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

File diff suppressed because one or more lines are too long