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 = $('