CC-4809: Listen popup UI breaks with localization

-fixed
This commit is contained in:
denise 2013-01-08 17:51:42 -05:00
parent 22e4811b22
commit 3b2b275c30
3 changed files with 10 additions and 1 deletions

View file

@ -470,5 +470,7 @@ $(document).ready(function() {
setTimeout(removeSuccessMsg, 5000);
});
});
$('#popup-link').css('width', $('.jp-container h1').css('width'));
});