Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed May 12, 2020
1 parent ed6e7b9 commit 9d62fbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions epgsongs.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ function selectRandom() {
}

selectRandom(); // Select initial song
function(val) { setTimeout(function () player[val].play(); }, 1000)}(i); // Start song
// $('player')[0].play(); // Start Song
player.play; // Start song

0 comments on commit 9d62fbe

Please sign in to comment.