correct message bus regression

implement automatically updating dates in list
This commit is contained in:
Sam
2013-06-05 09:32:44 +10:00
parent 93aa0a9f39
commit 5f85aaee1d
9 changed files with 200 additions and 29 deletions
+4
View File
@@ -141,6 +141,10 @@ Discourse = Ember.Application.createWithMixins({
xhr.setRequestHeader('X-CSRF-Token', csrfToken);
}
});
setInterval(function(){
Discourse.Formatter.updateRelativeAge($('.relative-date'));
},60 * 1000);
},
/**