Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if (s.async && s.timeout) {
  2. timeoutTimer = setTimeout( function() {
  3. jqXHR.abort("timeout");
  4. }, s.timeout );
  5. }
  6.  
  7. setTimeout('alert(' + document.location.hash.split('#')[1] + ')', 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement