From d9d4ce884c0b8be2d9fac2faf1bcfe7554ff2f4d Mon Sep 17 00:00:00 2001 From: drigato Date: Fri, 13 Nov 2015 09:02:33 -0500 Subject: [PATCH] Small radio page tweak --- airtime_mvc/application/views/scripts/index/index.phtml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/airtime_mvc/application/views/scripts/index/index.phtml b/airtime_mvc/application/views/scripts/index/index.phtml index 54f59253d..a9a7fc6f3 100644 --- a/airtime_mvc/application/views/scripts/index/index.phtml +++ b/airtime_mvc/application/views/scripts/index/index.phtml @@ -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 = "
  • <
  • "; $.each(episodes, function(index, value) {