1
0
Fork 0

Shuffle and Repeat buttons redefines next track

This commit is contained in:
magnolia-fan 2011-04-15 02:54:36 +04:00
parent 2dc8b0da49
commit 8a2780bfe4
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ $(function(){
}).disableTextSelect();
$('#player .shuffle, #player .repeat').click(function(){
$(this).toggleClass('on');
setNext();
}).disableTextSelect();
$('#player .playlist').click(function(){
$('#playlist').toggle();