Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. document.onkeyup = function(event) {
  2. showBar('playbarDiv');
  3. showBar('infoDiv');
  4.  
  5. setTimeout(function() {
  6. hideBar();
  7. }, 5000);
  8.  
  9. if (hideCounter !== 1){
  10. focusOn('playButton');
  11. hideCounter = 1;
  12. }
  13.  
  14. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement