will refresh on page 0. Close #166
This commit is contained in:
parent
70296d1f85
commit
cf9ae43f9d
@ -743,7 +743,7 @@
|
||||
thread = nav.getThread();
|
||||
switch (keybinds.key) {
|
||||
case '0':
|
||||
return window.location = "/" + g.BOARD + "/#0";
|
||||
return window.location = "/" + g.BOARD + "/0#0";
|
||||
case 'I':
|
||||
return keybinds.qr(thread);
|
||||
case 'J':
|
||||
|
||||
@ -536,7 +536,7 @@ keybinds =
|
||||
thread = nav.getThread()
|
||||
switch keybinds.key
|
||||
when '0'
|
||||
window.location = "/#{g.BOARD}/#0"
|
||||
window.location = "/#{g.BOARD}/0#0"
|
||||
when 'I'
|
||||
keybinds.qr thread
|
||||
when 'J'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user