dont resize embed, hook up open on site event
This commit is contained in:
parent
110078ec9a
commit
de30bf5a44
2 changed files with 14 additions and 4 deletions
|
|
@ -221,7 +221,9 @@ appPanel
|
|||
.on({
|
||||
beforeunload: pandora.beforeunloadWindow,
|
||||
resize: function() {
|
||||
pandora.resizeWindow();
|
||||
if (!isEmbed) {
|
||||
pandora.resizeWindow();
|
||||
}
|
||||
},
|
||||
unload: pandora.unloadWindow
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue