braiam

Untitled

Jan 31st, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (typeof doc.createElement == 'function') {
  2.       script = doc.createElement('script');
  3.       script.innerText = "$(document).unbind('keydown');";
  4.       doc.body.appendChild(script);
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment