Fix auto-embed on non-JSON-generated posts.
This commit is contained in:
parent
de17bbf43e
commit
b315a08122
@ -63,6 +63,7 @@ Embedding =
|
|||||||
$.off d, 'PostsInserted', autoEmbed
|
$.off d, 'PostsInserted', autoEmbed
|
||||||
Embedding.cb.toggle.call embed
|
Embedding.cb.toggle.call embed
|
||||||
$.on d, 'PostsInserted', autoEmbed
|
$.on d, 'PostsInserted', autoEmbed
|
||||||
|
autoEmbed()
|
||||||
|
|
||||||
ready: ->
|
ready: ->
|
||||||
return if !Main.isThisPageLegit()
|
return if !Main.isThisPageLegit()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user