From fe81f71d7310c51c366517658e46812e11824d05 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 --- js/lib/initializers/timestamps.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/lib/initializers/timestamps.js b/js/lib/initializers/timestamps.js index 98e3bb1e6..dabfe318f 100644 --- a/js/lib/initializers/timestamps.js +++ b/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) {