Skip to content

Commit

Permalink
Update player.js
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Jul 19, 2024
1 parent 611b384 commit bb54ca1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions assets/js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ async function loadSoura() {
console.error('Error fetching the soura list:', error);
}
}

function playSoura(data) {
const today = new Date();
const dayOfMonth = today.getDate();
Expand Down Expand Up @@ -49,7 +48,6 @@ function playSoura(data) {
console.error('Selected soura not found.');
}
}

function togglePlayPause() {
const button = document.getElementById('playPauseButton');
const audioPlayer = document.getElementById('audioPlayer');
Expand All @@ -67,5 +65,4 @@ function togglePlayPause() {

isPlaying = !isPlaying;
}

loadSoura();

0 comments on commit bb54ca1

Please sign in to comment.