From 011612d7af5d78e5da65c3d77ad1d81aa9c09c09 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 5 Sep 2012 04:59:04 +0200 Subject: [PATCH] Post numbers have a different href outside of board pages. --- 4chan_x.user.js | 2 +- script.coffee | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index b44453cc6..a1a836f35 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1238,7 +1238,7 @@ html.push("" + date + " "); html.push(''); html.push("No."); - html.push("" + postID + ""); + html.push("" + postID + ""); html.push(''); pi = $.el('div', { id: "pi" + postID, diff --git a/script.coffee b/script.coffee index bb7d6cb78..3f90a2fad 100644 --- a/script.coffee +++ b/script.coffee @@ -1054,7 +1054,12 @@ Build = # post num html.push '' html.push "No." - html.push "#{postID}" + html.push "#{postID}" # XXX closed/sticky? html.push '' pi = $.el 'div',