Revert "reference the root o_embed_cache on reshares"

This reverts commit 7020194a57.
This commit is contained in:
danielgrippi 2012-01-07 20:27:06 -08:00
parent 7020194a57
commit 70737ddc9d

View file

@ -39,7 +39,7 @@
<%= text %>
<% if(root.o_embed_cache) { %>
<% if(o_embed_cache) { %>
<%= root.o_embed_cache.posts.data.html %>
<% } %>
<!-- end duplication -->