diff --git a/4chan_x.coffee b/4chan_x.coffee index b02d2a95b..0429b5aee 100644 --- a/4chan_x.coffee +++ b/4chan_x.coffee @@ -372,7 +372,7 @@ keyboardNav = (e) -> location.pathname = "/#{g.BOARD}/#{temp}#1" else if e.shiftKey - location.hash = 'navbot' + location.hash = 10 else location.hash = 'navtop' count or= 1 diff --git a/4chan_x.js b/4chan_x.js index fd8419706..60e25ef88 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -460,7 +460,7 @@ location.pathname = ("/" + (g.BOARD) + "/" + (temp) + "#1"); } else { if (e.shiftKey) { - location.hash = 'navbot'; + location.hash = 10; } else { location.hash = 'navtop'; }