From ad40ea5c71ad9d45cced4cde586e340dfd23d6c4 Mon Sep 17 00:00:00 2001 From: drigato Date: Wed, 10 Jun 2015 12:56:31 -0400 Subject: [PATCH] Disable removing UI elements from radio page when the login button is clicked --- 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 31da5ebfd..84e991722 100644 --- a/airtime_mvc/application/views/scripts/index/index.phtml +++ b/airtime_mvc/application/views/scripts/index/index.phtml @@ -40,7 +40,7 @@ $("#player_iframe").contents().find('.bottom_bar').append("
"); - $("#player_iframe").contents().find('.bottom_bar .button').click(function(){ + $("#player_iframe").contents().find('.bottom_bar .button').not('.login_btn').click(function(){ var tab_id = $(this).attr('data-tab'); $("#player_iframe").contents().find('.bottom_bar .button').removeClass('current');