simplify iframe embed
This commit is contained in:
parent
3ef93908b6
commit
e8aeed3e26
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ pandora.ui.embedVideoDialog = function() {
|
||||||
+ '" height="' + height
|
+ '" height="' + height
|
||||||
+ '" src="' + url
|
+ '" src="' + url
|
||||||
+ '" frameborder="0" '
|
+ '" frameborder="0" '
|
||||||
+ 'webkitAllowFullScreen mozallowfullscreen allowFullScreen'
|
+ 'allowfullscreen></iframe>'
|
||||||
+ '></iframe>'
|
|
||||||
)
|
)
|
||||||
.on({
|
.on({
|
||||||
click: function() {
|
click: function() {
|
||||||
|
|
Loading…
Reference in a new issue