update time ago in the activity feed
This commit is contained in:
parent
65885efe5e
commit
13eb71271b
|
@ -65,6 +65,7 @@ $(document).ready(function() {
|
|||
success: function(data){
|
||||
button.fadeOut('slow').after(data);
|
||||
button.remove();
|
||||
updateTime();
|
||||
}
|
||||
});
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue