fix I keybinding in reply mode

This commit is contained in:
James Campos 2010-12-20 09:20:07 -08:00
parent 7253b4ed12
commit 917f48eae3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)");
}