don't use navbot

This commit is contained in:
James Campos 2010-11-12 04:48:52 -08:00
parent 96b4889c2e
commit 037b841f63
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -460,7 +460,7 @@
location.pathname = ("/" + (g.BOARD) + "/" + (temp) + "#1");
} else {
if (e.shiftKey) {
location.hash = 'navbot';
location.hash = 10;
} else {
location.hash = 'navtop';
}