fix m keybind
This commit is contained in:
parent
3a6aa86d2c
commit
95f9115529
@ -557,7 +557,7 @@ keybinds =
|
|||||||
else
|
else
|
||||||
root = $('td.replyhl', thread) or thread
|
root = $('td.replyhl', thread) or thread
|
||||||
thumb = $ 'img[md5]', root
|
thumb = $ 'img[md5]', root
|
||||||
imgExpand.toggle thumb
|
imgExpand.toggle thumb.parentNode
|
||||||
|
|
||||||
qr: (thread, quote) ->
|
qr: (thread, quote) ->
|
||||||
unless qrLink = $ 'td.replyhl span[id] a:not(:first-child)', thread
|
unless qrLink = $ 'td.replyhl span[id] a:not(:first-child)', thread
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user