Advertisement
Dzhubal

Untitled

Sep 11th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. document.addEventListener('click', function(e) {
  2.     if (e.target.matches('a#simpleregister_button_confirm, a#simpleregister_button_confirm *')) {
  3.         carrotquest.track('Регистрация');
  4.     };
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement