diff options
Diffstat (limited to 'static/player.js')
-rw-r--r-- | static/player.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/player.js b/static/player.js index 882b5ca..3f98dce 100644 --- a/static/player.js +++ b/static/player.js @@ -191,9 +191,9 @@ function event_handler(event) { if(li == playlist.current) a.onclick(); else - a.setAttribute('class', ''); + a.setAttribute('class', 'song'); } else { - a.setAttribute('class', 'file-recoding'); + a.setAttribute('class', 'song file-recoding'); } } break; |