Removed unnecessary line
This commit is contained in:
parent
0703782a24
commit
3468ad4e89
@ -489,8 +489,7 @@ Embedding =
|
|||||||
el = $.el 'iframe'
|
el = $.el 'iframe'
|
||||||
el.width = 300
|
el.width = 300
|
||||||
el.height = 60
|
el.height = 60
|
||||||
el.setAttribute('frameborder', 0);
|
el.setAttribute('frameborder', 0)
|
||||||
el.allow = "autoplay"
|
|
||||||
el.src = "https://vocaroo.com/embed/#{a.dataset.uid.replace(/^i\//, '')}?autoplay=0"
|
el.src = "https://vocaroo.com/embed/#{a.dataset.uid.replace(/^i\//, '')}?autoplay=0"
|
||||||
el
|
el
|
||||||
,
|
,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user