allow outer frames to set options

This commit is contained in:
j 2018-03-06 18:27:10 +05:30
commit 2bc8f66dd4
5 changed files with 22 additions and 5 deletions

View file

@ -442,6 +442,9 @@ appPanel
if (pandora.isEmbedURL(data.url)) {
pandora.URL.push(data.url);
}
},
options: function(data) {
pandora.$ui.embedPanel.options(data);
}
});
} else if (isPrint) {