update time ago in the activity feed

This commit is contained in:
Alexander Machehin 2013-09-01 19:01:37 +06:00
parent 65885efe5e
commit 13eb71271b
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ $(document).ready(function() {
success: function(data){
button.fadeOut('slow').after(data);
button.remove();
updateTime();
}
});
return false;