Shuffle and Repeat buttons redefines next track
This commit is contained in:
parent
2dc8b0da49
commit
8a2780bfe4
|
@ -49,6 +49,7 @@ $(function(){
|
||||||
}).disableTextSelect();
|
}).disableTextSelect();
|
||||||
$('#player .shuffle, #player .repeat').click(function(){
|
$('#player .shuffle, #player .repeat').click(function(){
|
||||||
$(this).toggleClass('on');
|
$(this).toggleClass('on');
|
||||||
|
setNext();
|
||||||
}).disableTextSelect();
|
}).disableTextSelect();
|
||||||
$('#player .playlist').click(function(){
|
$('#player .playlist').click(function(){
|
||||||
$('#playlist').toggle();
|
$('#playlist').toggle();
|
||||||
|
|
Loading…
Reference in New Issue