This commit is contained in:
Nicolas Stepien 2012-05-09 12:11:42 +02:00
parent 4587d1af16
commit 4a2ba910db
2 changed files with 2 additions and 2 deletions

View File

@ -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)) {

View File

@ -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