Guest User

Untitled

a guest
Apr 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function turnImages (){
  2. //Byter tillbaka till den gamla bilden.
  3. memory.imgOne.setAttribute('src', "pics/0.png");
  4. memory.imgTwo.setAttribute('src', "pics/0.png");
  5. }
  6. setTimeout(turnImages, 800);
Add Comment
Please, Sign In to add comment