From 917f48eae336b2bcbaa1661f9914f1c86dcccf85 Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 20 Dec 2010 09:20:07 -0800 Subject: [PATCH] fix I keybinding in reply mode --- 4chan_x.coffee | 2 +- 4chan_x.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.coffee b/4chan_x.coffee index e5caf9ede..6db8a364a 100644 --- a/4chan_x.coffee +++ b/4chan_x.coffee @@ -476,7 +476,7 @@ keyModeNormal = (e) -> else window.scrollBy -20 * count, 0 when "I" - if g.reply + if g.REPLY unless qrLink = $ 'td.replyhl span[id] a:not(:first-child)' qrLink = $ "span[id^=nothread] a:not(:first-child)" else diff --git a/4chan_x.js b/4chan_x.js index 9c5d41618..eeb2cb7fc 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -606,7 +606,7 @@ } break; case "I": - if (g.reply) { + if (g.REPLY) { if (!(qrLink = $('td.replyhl span[id] a:not(:first-child)'))) { qrLink = $("span[id^=nothread] a:not(:first-child)"); }