Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function() {
  2. if (document.getElementById('play-edm-track-1').style.backgroundImage == "url(img/portfolio/play-hover.png)") {
  3. document.getElementById('play-edm-track-1').style.backgroundImage = "url(img/portfolio/play-inactive.png)";
  4. }
  5. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement