Fix bug from v1.13.2.0 causing errors when non-embeddable link is in inlined/previewed quote.
This commit is contained in:
parent
9c2b64ea84
commit
d062dd3334
@ -32,8 +32,8 @@ Embedding =
|
||||
i = 0
|
||||
items = $$ '.linkify', post.nodes.comment
|
||||
while el = items[i++]
|
||||
data = Embedding.services el
|
||||
Embedding.preview data
|
||||
if (data = Embedding.services el)
|
||||
Embedding.preview data
|
||||
return
|
||||
|
||||
process: (link, post) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user