Advertisement
eg0rmaffin

js code

May 4th, 2023
1,056
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     document.addEventListener('click', (e) => {
  2.             if(e.target == popupBg) {
  3.                 popupBg.classList.remove('active');
  4.             }
  5.         });  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement