From c453afc6f123f3a34573e20caea4f3b956cf8f2f Mon Sep 17 00:00:00 2001 From: drigato Date: Mon, 16 Nov 2015 14:40:31 -0500 Subject: [PATCH] Fix toggling player bar and podcast playback on radio page --- airtime_mvc/application/views/scripts/index/index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/views/scripts/index/index.phtml b/airtime_mvc/application/views/scripts/index/index.phtml index 8b83f5b65..f9a2ac550 100644 --- a/airtime_mvc/application/views/scripts/index/index.phtml +++ b/airtime_mvc/application/views/scripts/index/index.phtml @@ -278,7 +278,7 @@ }); //turn off player bar when podcast track is played - $("a.jp-playlist-item, .jp-play").click(function() { + $("a.jp-playlist-item, .jp-play, .podcast_play").click(function() { if ($("#player_iframe").contents().find('.play').hasClass('pause')) { $("#player_iframe").contents().find('.play').click(); }