This commit is contained in:
rolux 2013-02-22 09:56:10 +05:30
parent 11f565aebb
commit 1f5735e6a4

View file

@ -235,7 +235,7 @@ pandora.ui.mainMenu = function() {
src = $(iframe).attr('src'); src = $(iframe).attr('src');
if (src && Ox.parseURL(src).hostname == document.location.hostname) { if (src && Ox.parseURL(src).hostname == document.location.hostname) {
iframe.contentWindow.postMessage(JSON.stringify({ iframe.contentWindow.postMessage(JSON.stringify({
{theme: value} theme: value
}), '*'); }), '*');
} }
} }