Content deleted Content added
No edit summary |
Overshot a bit |
||
(One intermediate revision by the same user not shown) | |||
Line 330:
// Replace the text.
var component = relativeDateComponent(then);▼
if (text) {
$(elt).text(text);
Line 349 ⟶ 336:
// Register for periodic updates.
▲ var component = relativeDateComponent(then);
$(elt).attr("data-localcomments-unit", component.unit);
}
|