From 4a2ba910db04013af14efc14f6666aa0e3016bfc Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 9 May 2012 12:11:42 +0200 Subject: [PATCH] Fix #423 --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 51f38b2d3..a324a820d 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -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)) { diff --git a/script.coffee b/script.coffee index dabf3887d..dae8bb705 100644 --- a/script.coffee +++ b/script.coffee @@ -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