Guest User

Untitled

a guest
Oct 17th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. setTimeout(function () {
  2. document.querySelector('.top-bar .searchbar input[type="text"].f-input').focus();
  3. }, 5000);
  4.  
  5. setTimeout(function(){document.getElementById('teste').focus()},7000);
Add Comment
Please, Sign In to add comment