move message handling from embedPanel.js to pandora.js

This commit is contained in:
rolux 2013-02-25 13:44:13 +05:30
commit 2c58f8f15e
2 changed files with 14 additions and 12 deletions

View file

@ -391,18 +391,7 @@ pandora.ui.embedPanel = function() {
pandora_hash: that.reloadPanel
});
Ox.$parent.onMessage({
settheme: function(data) {
if (Ox.contains(pandora.site.themes, data.theme)) {
Ox.Theme(data.theme);
}
},
seturl: function(data) {
if (pandora.isEmbedURL(data.url)) {
pandora.URL.push(data.url);
}
}
});
Ox.$parent.postMessage('loaded');
return that;