Small radio page tweak
This commit is contained in:
parent
5b59fecae9
commit
d9d4ce884c
|
@ -246,11 +246,6 @@
|
|||
$('.current-track span').text(playlist[current].title);
|
||||
});
|
||||
|
||||
// remove current track metadata on player bar
|
||||
$(".jp-stop").click(function() {
|
||||
$('.current-track span').empty();
|
||||
});
|
||||
|
||||
// build pagination menu
|
||||
var pages = "<li data-page-index='0'><</li>";
|
||||
$.each(episodes, function(index, value) {
|
||||
|
|
Loading…
Reference in New Issue