update widget regardless of scroll count
This commit is contained in:
parent
5b1737b817
commit
d533f46cd7
1 changed files with 1 additions and 2 deletions
|
|
@ -23,9 +23,8 @@ $(document).ready(function() {
|
||||||
.detach()
|
.detach()
|
||||||
.appendTo("#main_stream")
|
.appendTo("#main_stream")
|
||||||
.css("display", "block");
|
.css("display", "block");
|
||||||
|
|
||||||
Diaspora.widgets.timeago.updateTimeAgo();
|
|
||||||
}
|
}
|
||||||
|
Diaspora.widgets.timeago.updateTimeAgo();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue