fix I keybinding in reply mode
This commit is contained in:
parent
7253b4ed12
commit
917f48eae3
@ -476,7 +476,7 @@ keyModeNormal = (e) ->
|
|||||||
else
|
else
|
||||||
window.scrollBy -20 * count, 0
|
window.scrollBy -20 * count, 0
|
||||||
when "I"
|
when "I"
|
||||||
if g.reply
|
if g.REPLY
|
||||||
unless qrLink = $ 'td.replyhl span[id] a:not(:first-child)'
|
unless qrLink = $ 'td.replyhl span[id] a:not(:first-child)'
|
||||||
qrLink = $ "span[id^=nothread] a:not(:first-child)"
|
qrLink = $ "span[id^=nothread] a:not(:first-child)"
|
||||||
else
|
else
|
||||||
|
|||||||
@ -606,7 +606,7 @@
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "I":
|
case "I":
|
||||||
if (g.reply) {
|
if (g.REPLY) {
|
||||||
if (!(qrLink = $('td.replyhl span[id] a:not(:first-child)'))) {
|
if (!(qrLink = $('td.replyhl span[id] a:not(:first-child)'))) {
|
||||||
qrLink = $("span[id^=nothread] a:not(:first-child)");
|
qrLink = $("span[id^=nothread] a:not(:first-child)");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user