CC-4809: Listen popup UI breaks with localization
-added comment
This commit is contained in:
parent
03da2aee80
commit
26ab0fb468
|
@ -470,7 +470,10 @@ $(document).ready(function() {
|
||||||
setTimeout(removeSuccessMsg, 5000);
|
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'));
|
$('#popup-link').css('width', $('.jp-container h1').css('width'));
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue