From 6aa0765bb4ba1120eab87ea6173899cfb4dc41da Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 14 May 2015 22:41:00 +0930 Subject: [PATCH] Note for the future --- framework/core/js/lib/initializers/timestamps.js | 2 ++ 1 file changed, 2 insertions(+) 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) {