don't use navbot
This commit is contained in:
parent
96b4889c2e
commit
037b841f63
@ -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
|
||||
|
||||
@ -460,7 +460,7 @@
|
||||
location.pathname = ("/" + (g.BOARD) + "/" + (temp) + "#1");
|
||||
} else {
|
||||
if (e.shiftKey) {
|
||||
location.hash = 'navbot';
|
||||
location.hash = 10;
|
||||
} else {
|
||||
location.hash = 'navtop';
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user