From 2c331a5d0fa814c810604b9642593cb648eccf0c Mon Sep 17 00:00:00 2001 From: James Campos Date: Fri, 16 Mar 2012 22:45:12 -0700 Subject: [PATCH] rm g.PAGENUM --- 4chan_x.user.js | 2 -- script.coffee | 2 -- 2 files changed, 4 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 3f188f15f..8cab26a42 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3798,8 +3798,6 @@ if (temp === 'res') { g.REPLY = true; g.THREAD_ID = pathname[2]; - } else { - g.PAGENUM = parseInt(temp) || 0; } for (key in Conf) { val = Conf[key]; diff --git a/script.coffee b/script.coffee index 84b8cd353..9c88b1e5f 100644 --- a/script.coffee +++ b/script.coffee @@ -3161,8 +3161,6 @@ Main = if temp is 'res' g.REPLY = true g.THREAD_ID = pathname[2] - else - g.PAGENUM = parseInt(temp) or 0 #load values from localStorage for key, val of Conf