CC-4809: Listen popup UI breaks with localization

-added comment
This commit is contained in:
denise 2013-01-08 17:56:05 -05:00
parent 03da2aee80
commit 26ab0fb468
1 changed files with 4 additions and 1 deletions
airtime_mvc/public/js/airtime/dashboard

View File

@ -470,7 +470,10 @@ $(document).ready(function() {
setTimeout(removeSuccessMsg, 5000);
});
});
// When the 'Listen' button is clicked we set the width
// of the share button to the width of the 'Live Stream'
// text. This differs depending on the language setting
$('#popup-link').css('width', $('.jp-container h1').css('width'));
});