mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-24 02:27:37 +00:00
Whitespace
This commit is contained in:
parent
8f3d8e10b4
commit
f98d36725e
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ function Winamp () {
|
|||
document.getElementById('stereo').classList.remove('selected');
|
||||
if(channels == 1) {
|
||||
document.getElementById('mono').classList.add('selected');
|
||||
} else if(channels == 2) {
|
||||
} else if(channels == 2) {
|
||||
document.getElementById('stereo').classList.add('selected');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue