Merge pull request #170 from MayhemYDG/key
`0` will refresh on page 0. Close #166
This commit is contained in:
commit
21be993ec1
@ -751,7 +751,7 @@
|
|||||||
thread = nav.getThread();
|
thread = nav.getThread();
|
||||||
switch (keybinds.key) {
|
switch (keybinds.key) {
|
||||||
case '0':
|
case '0':
|
||||||
return window.location = "/" + g.BOARD + "/#0";
|
return window.location = "/" + g.BOARD + "/0#0";
|
||||||
case 'I':
|
case 'I':
|
||||||
return keybinds.qr(thread);
|
return keybinds.qr(thread);
|
||||||
case 'J':
|
case 'J':
|
||||||
|
|||||||
@ -540,7 +540,7 @@ keybinds =
|
|||||||
thread = nav.getThread()
|
thread = nav.getThread()
|
||||||
switch keybinds.key
|
switch keybinds.key
|
||||||
when '0'
|
when '0'
|
||||||
window.location = "/#{g.BOARD}/#0"
|
window.location = "/#{g.BOARD}/0#0"
|
||||||
when 'I'
|
when 'I'
|
||||||
keybinds.qr thread
|
keybinds.qr thread
|
||||||
when 'J'
|
when 'J'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user