Fix #423
This commit is contained in:
parent
4587d1af16
commit
4a2ba910db
@ -1131,7 +1131,7 @@
|
||||
Keybinds.img(thread, true);
|
||||
break;
|
||||
case Conf.zero:
|
||||
window.location = "/" + g.BOARD + "/0#0";
|
||||
window.location = "/" + g.BOARD + "/0#delform";
|
||||
break;
|
||||
case Conf.nextPage:
|
||||
if (link = $('link[rel=next]', d.head)) {
|
||||
|
||||
@ -885,7 +885,7 @@ Keybinds =
|
||||
Keybinds.img thread, true
|
||||
# Board Navigation
|
||||
when Conf.zero
|
||||
window.location = "/#{g.BOARD}/0#0"
|
||||
window.location = "/#{g.BOARD}/0#delform"
|
||||
when Conf.nextPage
|
||||
if link = $ 'link[rel=next]', d.head
|
||||
window.location = link.href
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user