From 123752246dd6fec938e6cda8a50d4195d3a1aba1 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Fri, 7 Sep 2012 20:35:15 +0200 Subject: [PATCH] rm email from mobile postinfo, fix position of mail end in desktop postinfo. --- 4chan_x.user.js | 2 +- script.coffee | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index fe33c44e4..89668854e 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3812,7 +3812,7 @@ container = $.el('div', { id: "pc" + postID, className: "postContainer " + (isOP ? 'op' : 'reply') + "Container", - innerHTML: (isOP ? '' : "
>>
") + ("
") + ("' + (isOP ? fileHTML : '') + ("' + (isOP ? '' : fileHTML) + ("
" + comment + "
") + '
' + innerHTML: (isOP ? '' : "
>>
") + ("
") + ("' + (isOP ? fileHTML : '') + ("' + (isOP ? '' : fileHTML) + ("
" + comment + "
") + '
' }); _ref = $$('.quotelink', container); for (_i = 0, _len = _ref.length; _i < _len; _i++) { diff --git a/script.coffee b/script.coffee index c40851dd7..1b4b2aecd 100644 --- a/script.coffee +++ b/script.coffee @@ -3078,9 +3078,8 @@ Build = "
" + "" + - emailStart + "#{name}" + tripcode + - emailEnd + capcodeStart + capcode + userID + flag + sticky + closed + + capcodeStart + capcode + userID + flag + sticky + closed + "
#{subject}" + "
#{date}" + '
' + @@ -3102,7 +3101,7 @@ Build = "" + emailStart + "#{name}" + tripcode + - emailEnd + capcodeStart + capcode + userID + flag + sticky + closed + + capcodeStart + emailEnd + capcode + userID + flag + sticky + closed + ' ' + "#{date} " + "" +