From 0a2e07f338e1f79830198763119a2f64f3716c45 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 12 Jul 2013 12:32:02 +0200 Subject: [PATCH] update embed url formatting --- static/js/pandora/embedVideoDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/embedVideoDialog.js b/static/js/pandora/embedVideoDialog.js index 0b467143d..8d46be1e2 100644 --- a/static/js/pandora/embedVideoDialog.js +++ b/static/js/pandora/embedVideoDialog.js @@ -6,7 +6,7 @@ pandora.ui.embedVideoDialog = function() { var width = 640, height = 360, url = document.location.href + ( - document.location.hash ? '?embed=true' : '#?embed=true' + document.location.hash ? 'embed' : '#embed' ), $content = Ox.Element()