wait longer befire triggering resize again
This commit is contained in:
parent
f2749df845
commit
c53ded75b7
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ pandora.ui.embedPlayer = function() {
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
fullscreen: function(data) {
|
fullscreen: function(data) {
|
||||||
Ox.Fullscreen.toggle();
|
Ox.Fullscreen.toggle();
|
||||||
setTimeout(that.resizePanel);
|
setTimeout(that.resizePanel, 100);
|
||||||
},
|
},
|
||||||
open: function() {
|
open: function() {
|
||||||
$player.options({paused: true});
|
$player.options({paused: true});
|
||||||
|
|
Loading…
Reference in a new issue