From 2cab8f26b32fbbc21c53f00d7d43061dc666d3a1 Mon Sep 17 00:00:00 2001 From: ahodesuka Date: Tue, 21 Feb 2012 17:35:47 -0600 Subject: [PATCH] Fix a find & replace mistake, apply FileInfo on OP's (incase it is cross-thread/board). --- 4chan_x.user.js | 6 ++---- script.coffee | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 35a910a13..6e433146e 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2147,7 +2147,7 @@

Comment:

\

Filename:

\

Image dimensions:

\ -

FileInfo:

\ +

Filesize:

\

Image MD5:

\ \ \ @@ -3286,9 +3286,7 @@ qp.innerHTML = html; if (conf['Image Auto-Gif']) imgGif.node(qp); if (conf['Time Formatting']) Time.node(qp); - if (conf['File Info Formatting']) { - if (id !== threadID) return FileInfo.node(qp); - } + if (conf['File Info Formatting']) return FileInfo.node(qp); } }; diff --git a/script.coffee b/script.coffee index 1f20b1a6b..46c64c395 100644 --- a/script.coffee +++ b/script.coffee @@ -1743,7 +1743,7 @@ options =

Comment:

Filename:

Image dimensions:

-

FileInfo:

+

Filesize:

Image MD5:

@@ -2643,7 +2643,7 @@ quotePreview = if conf['Time Formatting'] Time.node qp if conf['File Info Formatting'] - FileInfo.node qp if id isnt threadID + FileInfo.node qp quoteIndicators = init: ->