aboutsummaryrefslogtreecommitdiffstats
path: root/view/head.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/head.tpl')
-rw-r--r--view/head.tpl6
1 files changed, 6 insertions, 0 deletions
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;
});