From 24c2aa168a982cc131a6fd81e6a83d452ec4e2f3 Mon Sep 17 00:00:00 2001 From: James Campos Date: Thu, 16 Jun 2011 11:41:39 -0700 Subject: [PATCH] time formatting + quote preview + fetched post --- 4chan_x.user.js | 3 ++- script.coffee | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 21c80602f..a8034e42a 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2047,7 +2047,8 @@ } } } - return qp.innerHTML = html; + qp.innerHTML = html; + return Time.node(qp); } }; quoteOP = { diff --git a/script.coffee b/script.coffee index d1f2799f5..556f51e93 100644 --- a/script.coffee +++ b/script.coffee @@ -1575,6 +1575,7 @@ quotePreview = html = reply.innerHTML break qp.innerHTML = html + Time.node qp quoteOP = init: ->