From 6956b4a4e1a8d12b6b8da476626b4e2d0b0b1b9f Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 10 Jul 2012 15:10:06 +0200 Subject: [PATCH] moot got rid of `.userInfo` spans. --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 8501a8368..be9c177ec 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3542,7 +3542,7 @@ pi = $.el('div', { id: "pi" + postID, className: 'postInfo desktop', - innerHTML: " data.fourchan_date No." + postID + "" + (isOP ? '   ' : '') + " " + innerHTML: " data.fourchan_date No." + postID + "" + (isOP ? '   ' : '') + " " }); $('.subject', pi).textContent = subject; nameBlock = $('.nameBlock', pi); diff --git a/script.coffee b/script.coffee index ff34ab713..b1a879bef 100644 --- a/script.coffee +++ b/script.coffee @@ -2797,7 +2797,7 @@ Get = pi = $.el 'div', id: "pi#{postID}" className: 'postInfo desktop' - innerHTML: " data.fourchan_date No.#{postID}#{if isOP then '   ' else ''} " + innerHTML: " data.fourchan_date No.#{postID}#{if isOP then '   ' else ''} " # subject $('.subject', pi).textContent = subject nameBlock = $ '.nameBlock', pi