From b149071d67b0a1f6cd2a0d1703508bc233bcb283 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 8 May 2014 21:36:22 -0700 Subject: [PATCH] fix embedding in inline quotes --- src/Linkification/Linkify.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'