CC-2724: Play Stream Icon + jPlayer popup styling -upgraded to jplayer 2.1

This commit is contained in:
martin 2011-09-27 13:31:02 -04:00
parent d5ec44027f
commit fef0392e43
9 changed files with 330 additions and 149 deletions

View file

@ -259,7 +259,7 @@ function init() {
setupQtip();
$('#on-air-info').click(function() {
newwindow=window.open("Dashboard/stream-player", 'name', 'height=200,width=450');
newwindow=window.open("Dashboard/stream-player", 'name', 'width=380,height=168');
if (window.focus) {newwindow.focus()}
return false;
});