Removed unnecessary line

This commit is contained in:
PinkCatGoodActually 2022-02-02 03:53:15 -06:00 committed by GitHub
parent 0703782a24
commit 3468ad4e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -489,8 +489,7 @@ Embedding =
el = $.el 'iframe'
el.width = 300
el.height = 60
el.setAttribute('frameborder', 0);
el.allow = "autoplay"
el.setAttribute('frameborder', 0)
el.src = "https://vocaroo.com/embed/#{a.dataset.uid.replace(/^i\//, '')}?autoplay=0"
el
,