From: Mike Macgirvin Date: Tue, 10 Aug 2010 10:21:39 +0000 (-0700) Subject: selective update X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=503f403b3b2bb45cd98ef8e9d4fd2e2103306019;p=friendica.git selective update --- diff --git a/view/head.tpl b/view/head.tpl index f6ded0b322..f522f54b82 100644 --- a/view/head.tpl +++ b/view/head.tpl @@ -63,7 +63,10 @@ if($('#' + ident).length == 0) { $('#' + prev).after($(this)); } - else { $('#' + ident).replaceWith($(this)); } + else { + $('#' + ident + ' ' + '.wall-item-ago').replaceWith($(this).find('.wall-item-ago')); + $('#' + ident + ' ' + '.wall-item-comment-wrapper').replaceWith($(this).find('.wall-item-comment-wrapper')); + } prev = ident; }); });