Fix bug from v1.13.2.0 causing errors when non-embeddable link is in inlined/previewed quote.

This commit is contained in:
ccd0 2016-11-26 20:42:39 -08:00
parent 9c2b64ea84
commit d062dd3334

View File

@ -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) ->