From df856bc734dbb354b6e202606e01824ebdacfb5c Mon Sep 17 00:00:00 2001 From: marktaiwan Date: Wed, 18 Feb 2015 09:37:48 +0800 Subject: [PATCH] Added tripcode, capcode to external preview --- js/post-hover.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/js/post-hover.js b/js/post-hover.js index 7ae9f00d..db60e1f0 100644 --- a/js/post-hover.js +++ b/js/post-hover.js @@ -181,16 +181,9 @@ onready(function(){ return (i === 0) ? bytes +' '+ sizes[i] : (bytes / Math.pow(1024, i)).toFixed(2) +' ' +sizes[i]; }; - // in case no subject - if (!data.sub) data.sub = ''; - // in case no UID - if (!data.id) data.id = ''; - var $post = $('