From 9662c44a17280781f2e0762c0bf0c53bec1ed5f2 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Tue, 10 Aug 2010 21:22:36 -0700 Subject: even more fixes --- view/head.tpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'view/head.tpl') diff --git a/view/head.tpl b/view/head.tpl index ec67455d0..d0fea606c 100644 --- a/view/head.tpl +++ b/view/head.tpl @@ -67,8 +67,14 @@ $('#' + prev).after($(this)); } else { + $('#' + ident + ' ' + '.wall-item-ago').replaceWith($(this).find('.wall-item-ago')); $('#' + ident + ' ' + '.wall-item-comment-wrapper').replaceWith($(this).find('.wall-item-comment-wrapper')); + $('#' + ident + ' ' + '.my-comment-photo').each(function() { + $(this).attr('src',$(this).attr('dst')); + }); + + } prev = ident; }); -- cgit v1.2.3