From 1f5735e6a41891449725bd7338ce83a809d5347e Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 22 Feb 2013 09:56:10 +0530 Subject: [PATCH] typo --- static/js/pandora/mainMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/mainMenu.js b/static/js/pandora/mainMenu.js index f83b40bdb..90999e268 100644 --- a/static/js/pandora/mainMenu.js +++ b/static/js/pandora/mainMenu.js @@ -235,7 +235,7 @@ pandora.ui.mainMenu = function() { src = $(iframe).attr('src'); if (src && Ox.parseURL(src).hostname == document.location.hostname) { iframe.contentWindow.postMessage(JSON.stringify({ - {theme: value} + theme: value }), '*'); } }