From 35b06b5bf8bc2bddb1aecae633ab0e57d719ae41 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Wed, 25 Dec 2013 11:30:56 -0700 Subject: [PATCH] Fixes for post building --- builds/4chan-X.user.js | 2 +- builds/crx/script.js | 2 +- src/General/html/Build/post.html | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index ab9a3cb40..84803348d 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -2857,7 +2857,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/builds/crx/script.js b/builds/crx/script.js index 30c7e71cc..e41efb467 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -2881,7 +2881,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/src/General/html/Build/post.html b/src/General/html/Build/post.html index 068c5e019..1773310e9 100755 --- a/src/General/html/Build/post.html +++ b/src/General/html/Build/post.html @@ -1,6 +1,6 @@ """#{if isOP then '' else "
>>
"}
- #{subject} + #{' '}#{subject or ''}#{' '} #{emailStart} #{name or ''} - #{tripcode + capcodeStart + emailEnd + capcode + userID + flag} + #{tripcode + capcodeStart + emailEnd + capcodeIcon + userID + flag} #{" "} - #{date}#{" "} + #{date}#{' '} No. #{comment or ''}#{" "} +
#{comment or ''}
#{' '}
"""