From 0a547dc8041c6dffc655cd1ac925f279a5539805 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 31 Jul 2011 18:01:27 -0700 Subject: [PATCH] derp --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 714a6cd76..8f63a65b9 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1419,7 +1419,7 @@ url = "http://boards.4chan.org/" + g.BOARD; if (noko) { url += '/res/'; - url += thread === 0 ? id : thread; + url += thread === '0' ? id : thread; if (watch) { url += '?watch'; } diff --git a/script.coffee b/script.coffee index ce19cfbe6..1c34795d9 100644 --- a/script.coffee +++ b/script.coffee @@ -1141,7 +1141,7 @@ qr = if noko url += '/res/' - url += if thread is 0 then id else thread + url += if thread is '0' then id else thread if watch url += '?watch' if cooldown