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',