diff --git a/src/Linkification/Linkify.coffee b/src/Linkification/Linkify.coffee index 1ba716878..5ff09eeba 100755 --- a/src/Linkification/Linkify.coffee +++ b/src/Linkification/Linkify.coffee @@ -19,7 +19,7 @@ Linkify = if @isClone if Conf['Embedding'] i = 0 - items = $$ '.embed', @nodes.comment + items = $$ '.embedder', @nodes.comment while el = items[i++] $.on el, 'click', Linkify.cb.toggle Linkify.cb.toggle.call el if $.hasClass el, 'embedded'