aboutsummaryrefslogtreecommitdiffstats
path: root/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/main.js')
-rw-r--r--js/main.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/main.js b/js/main.js
index e434ee4a5..453b5920e 100644
--- a/js/main.js
+++ b/js/main.js
@@ -250,12 +250,16 @@
$(this).attr('src',$(this).attr('dst'));
});
$('#' + prev).after($(this));
+ $("abbr.wall-item-ago-time").timeago();
+
}
else {
$('img',this).each(function() {
$(this).attr('src',$(this).attr('dst'));
});
$('#' + ident).replaceWith($(this));
+ $("abbr.wall-item-ago-time").timeago();
+
}
prev = ident;
});
@@ -295,6 +299,8 @@
/* autocomplete @nicknames */
$(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");
});
+
+
}
function imgbright(node) {