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
|
i = 0
|
||||||
items = $$ '.linkify', post.nodes.comment
|
items = $$ '.linkify', post.nodes.comment
|
||||||
while el = items[i++]
|
while el = items[i++]
|
||||||
data = Embedding.services el
|
if (data = Embedding.services el)
|
||||||
Embedding.preview data
|
Embedding.preview data
|
||||||
return
|
return
|
||||||
|
|
||||||
process: (link, post) ->
|
process: (link, post) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user