Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. newThumb.onclick = function() {
  2. if (!video.childNodes.count) {
  3. video.appendChild(src);
  4. }
  5.  
  6. newThumb.style.display = 'none';
  7. video.style.display = 'inline';
  8. hideLink.style.display = 'inline';
  9. video.play();
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement