forked from 0x2620/pandora
typo
This commit is contained in:
parent
11f565aebb
commit
1f5735e6a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}), '*');
|
}), '*');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue