forked from 0x2620/pandora
update embed url formatting
This commit is contained in:
parent
9e20e8d06a
commit
0a2e07f338
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue