From 70737ddc9d12280ff25a6a366ca2a3c16391f79a Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Sat, 7 Jan 2012 20:27:06 -0800 Subject: [PATCH] Revert "reference the root o_embed_cache on reshares" This reverts commit 7020194a57052907c5bdb624021b2328df76f446. --- app/views/templates/reshare.jst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/templates/reshare.jst b/app/views/templates/reshare.jst index 075e26e29..853c604f6 100644 --- a/app/views/templates/reshare.jst +++ b/app/views/templates/reshare.jst @@ -39,7 +39,7 @@ <%= text %> - <% if(root.o_embed_cache) { %> + <% if(o_embed_cache) { %> <%= root.o_embed_cache.posts.data.html %> <% } %>