Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. [].forEach.call(document.forms, function(form) {
  2. form.onsubmit = function(e) { console.log('u mad bro?'); e.preventDefault(); return false; };
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement