diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index 542edc83d..7c6544bf8 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -63,6 +63,7 @@ Embedding = $.off d, 'PostsInserted', autoEmbed Embedding.cb.toggle.call embed $.on d, 'PostsInserted', autoEmbed + autoEmbed() ready: -> return if !Main.isThisPageLegit()