Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
meline-p authored Feb 17, 2023
1 parent 6c025ba commit db8bab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,6 @@ function getHoursAndMinutes(){
}
if (minutes >= 55 && minutes < 60){
midi.forEach(x => x.classList.add('light'));
heures.forEach(x => x.classList.add('light'));
moins.forEach(x => x.classList.add('light'));
cinqM.forEach(x => x.classList.add('light'));
}
Expand Down

0 comments on commit db8bab0

Please sign in to comment.