Not sure where that came from
This commit is contained in:
parent
7ece60d925
commit
3fd79df1c2
|
@ -622,7 +622,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type, onlyContent) {
|
|||
if (media.pleroma && media.pleroma.mime_type.indexOf('video') !== -1) {
|
||||
viewer =
|
||||
viewer +
|
||||
`<a onclick="imgv('${id}','${key2}','${acct_id}')" id="${id}'-image-${key2}"
|
||||
`<a onclick="imgv('${id}','${key2}','${acct_id}')" id="${id}-image-${key2}"
|
||||
data-url="${url}" data-type="video" class="img-parsed">
|
||||
<video src="${purl}" class="${sense} toot-img pointer" style="max-width:100%;" loop="true" alt="attached media">
|
||||
</a></span>`
|
||||
|
|
Loading…
Reference in New Issue
Block a user