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