diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-10 21:22:36 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-10 21:22:36 -0700 |
commit | 9662c44a17280781f2e0762c0bf0c53bec1ed5f2 (patch) | |
tree | a6383b190b26b08f530d3f602d691a6c3bea2821 /view/head.tpl | |
parent | 06bdf8a4cfe9087573494c0b782a33d1e28ac043 (diff) | |
download | volse-hubzilla-9662c44a17280781f2e0762c0bf0c53bec1ed5f2.tar.gz volse-hubzilla-9662c44a17280781f2e0762c0bf0c53bec1ed5f2.tar.bz2 volse-hubzilla-9662c44a17280781f2e0762c0bf0c53bec1ed5f2.zip |
even more fixes
Diffstat (limited to 'view/head.tpl')
-rw-r--r-- | view/head.tpl | 6 |
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; }); |