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 ? '' : "
>>
") + ("
") + ("
") + ("") + emailStart + ("" + name + "") + tripcode + emailEnd + capcodeStart + capcode + userID + flag + sticky + closed + ("
" + subject + "") + ("
" + date) + '
' + ("No.") + ("" + postID + "") + '
' + '
' + (isOP ? fileHTML : '') + ("
") + (" ") + ("" + (subject || '') + " ") + ("") + emailStart + ("" + name + "") + tripcode + emailEnd + capcodeStart + capcode + userID + flag + sticky + closed + ' ' + ("" + date + " ") + "" + ("No.") + ("" + postID + "") + '' + '
' + (isOP ? '' : fileHTML) + ("
" + comment + "
") + '
' + innerHTML: (isOP ? '' : "
>>
") + ("
") + ("
") + ("") + ("" + name + "") + tripcode + capcodeStart + capcode + userID + flag + sticky + closed + ("
" + subject + "") + ("
" + date) + '
' + ("No.") + ("" + postID + "") + '
' + '
' + (isOP ? fileHTML : '') + ("
") + (" ") + ("" + (subject || '') + " ") + ("") + emailStart + ("" + name + "") + tripcode + capcodeStart + emailEnd + capcode + userID + flag + sticky + closed + ' ' + ("" + date + " ") + "" + ("No.") + ("" + postID + "") + '' + '
' + (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} " + "" +