Skip to content

Commit

Permalink
undo debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lrkrol committed Mar 2, 2023
1 parent a455840 commit 6dd488f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Try the [**live demo**](https://music.lrk.tools/demo) using the password 123.

![Noctifer Music Screenshot](./default.jpg)

The current version is 0.6.1.
The current version is 0.7.3.


## Features
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ function getCookie(cname) {
audio.addEventListener('error', function() {
document.getElementById('error').innerHTML = 'Playback error';
document.getElementById('error').style.display = 'block';
// setTimeout(function(){ advance('next'); }, 2000);
setTimeout(function(){ advance('next'); }, 2000);
});
audio.addEventListener('ended', function() {
Expand Down

0 comments on commit 6dd488f

Please sign in to comment.