Advertisement
Dzhubal

Untitled

Oct 18th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (location.host+location.pathname=='connect.mybi.ru/hack/') {
  2.     document.addEventListener('submit', function(e) {
  3.         if (e.target.matches('#popup .popup__form')) {
  4.             carrotquest.track('Регистрация на хакатон');
  5.         };
  6.     });
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement