diff --git a/framework/core/js/lib/initializers/timestamps.js b/framework/core/js/lib/initializers/timestamps.js index 98e3bb1e6..dabfe318f 100644 --- a/framework/core/js/lib/initializers/timestamps.js +++ b/framework/core/js/lib/initializers/timestamps.js @@ -1,6 +1,8 @@ import humanTime from 'flarum/utils/human-time'; export default function(app) { + // perhaps get rid of this and just m.redraw every minute? + // Livestamp.js / v1.1.2 / (c) 2012 Matt Bradley / MIT License // @todo rewrite this to be simpler and cleaner (function($, moment) {