simplify iframe embed

This commit is contained in:
j 2013-09-03 15:43:16 +02:00
parent 3ef93908b6
commit e8aeed3e26
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ pandora.ui.embedVideoDialog = function() {
+ '" height="' + height
+ '" src="' + url
+ '" frameborder="0" '
+ 'webkitAllowFullScreen mozallowfullscreen allowFullScreen'
+ '></iframe>'
+ 'allowfullscreen></iframe>'
)
.on({
click: function() {