This commit is contained in:
Nicolas Stepien 2013-04-10 14:18:00 +02:00
parent 050094e17a
commit 24f4e0d8d8

View File

@ -1778,7 +1778,8 @@ Keybinds =
return unless /(Esc|Alt|Ctrl|Meta)/.test key
threadRoot = Nav.getThread()
thread = Get.postFromNode($('.op', threadRoot)).thread
if op = $ '.op', threadRoot
thread = Get.postFromNode(op).thread
switch key
# QR & Options
when Conf['Toggle board list']