wait longer befire triggering resize again

This commit is contained in:
j 2014-02-04 19:52:55 +00:00
parent f2749df845
commit c53ded75b7

View file

@ -129,7 +129,7 @@ pandora.ui.embedPlayer = function() {
.bindEvent({
fullscreen: function(data) {
Ox.Fullscreen.toggle();
setTimeout(that.resizePanel);
setTimeout(that.resizePanel, 100);
},
open: function() {
$player.options({paused: true});