aboutsummaryrefslogtreecommitdiffstats
path: root/view/head.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-10 05:58:22 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-10 05:58:22 -0700
commit04e65823d70d448400d3be7f0b3244ea8658834d (patch)
treee0c62cb3493c0026f39ee0077cba67edd935f632 /view/head.tpl
parent503f403b3b2bb45cd98ef8e9d4fd2e2103306019 (diff)
downloadvolse-hubzilla-04e65823d70d448400d3be7f0b3244ea8658834d.tar.gz
volse-hubzilla-04e65823d70d448400d3be7f0b3244ea8658834d.tar.bz2
volse-hubzilla-04e65823d70d448400d3be7f0b3244ea8658834d.zip
more post branch bug fixes
Diffstat (limited to 'view/head.tpl')
-rw-r--r--view/head.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/head.tpl b/view/head.tpl
index f522f54b8..a2b55e0b5 100644
--- a/view/head.tpl
+++ b/view/head.tpl
@@ -65,7 +65,7 @@
}
else {
$('#' + ident + ' ' + '.wall-item-ago').replaceWith($(this).find('.wall-item-ago'));
- $('#' + ident + ' ' + '.wall-item-comment-wrapper').replaceWith($(this).find('.wall-item-comment-wrapper'));
+ $('#' + ident + ' ' + '.wall-item-comment-wrapper').replaceWith($(this).find('.wall-item-comment-wrapper'));
}
prev = ident;
});