Merge pull request #170 from MayhemYDG/key

`0` will refresh on page 0. Close #166
This commit is contained in:
James Campos 2011-06-01 15:52:21 -07:00
commit 21be993ec1
2 changed files with 2 additions and 2 deletions

View File

@ -751,7 +751,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':

View File

@ -540,7 +540,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'