fix embedding in inline quotes
This commit is contained in:
parent
191aee4a5d
commit
b149071d67
@ -19,7 +19,7 @@ Linkify =
|
|||||||
if @isClone
|
if @isClone
|
||||||
if Conf['Embedding']
|
if Conf['Embedding']
|
||||||
i = 0
|
i = 0
|
||||||
items = $$ '.embed', @nodes.comment
|
items = $$ '.embedder', @nodes.comment
|
||||||
while el = items[i++]
|
while el = items[i++]
|
||||||
$.on el, 'click', Linkify.cb.toggle
|
$.on el, 'click', Linkify.cb.toggle
|
||||||
Linkify.cb.toggle.call el if $.hasClass el, 'embedded'
|
Linkify.cb.toggle.call el if $.hasClass el, 'embedded'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user