simplify iframe embed

This commit is contained in:
j 2013-09-03 15:43:16 +02:00
parent 3ef93908b6
commit e8aeed3e26

View file

@ -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() {