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"
|
location.pathname = "/#{g.BOARD}/#{temp}#1"
|
||||||
else
|
else
|
||||||
if e.shiftKey
|
if e.shiftKey
|
||||||
location.hash = 'navbot'
|
location.hash = 10
|
||||||
else
|
else
|
||||||
location.hash = 'navtop'
|
location.hash = 'navtop'
|
||||||
count or= 1
|
count or= 1
|
||||||
|
|||||||
@ -460,7 +460,7 @@
|
|||||||
location.pathname = ("/" + (g.BOARD) + "/" + (temp) + "#1");
|
location.pathname = ("/" + (g.BOARD) + "/" + (temp) + "#1");
|
||||||
} else {
|
} else {
|
||||||
if (e.shiftKey) {
|
if (e.shiftKey) {
|
||||||
location.hash = 'navbot';
|
location.hash = 10;
|
||||||
} else {
|
} else {
|
||||||
location.hash = 'navtop';
|
location.hash = 'navtop';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user