This commit is contained in:
Nicolas Stepien 2013-03-12 14:19:58 +01:00
parent 9b0aa74875
commit 33149d4d69
2 changed files with 4 additions and 2 deletions

View File

@ -2928,7 +2928,9 @@
Keybinds.hl(-1, threadRoot); Keybinds.hl(-1, threadRoot);
break; break;
case Conf['Hide']: case Conf['Hide']:
if (g.VIEW === 'index') {
ThreadHiding.toggle(thread); ThreadHiding.toggle(thread);
}
break; break;
default: default:
return; return;

View File

@ -1626,7 +1626,7 @@ Keybinds =
when Conf['Previous reply'] when Conf['Previous reply']
Keybinds.hl -1, threadRoot Keybinds.hl -1, threadRoot
when Conf['Hide'] when Conf['Hide']
ThreadHiding.toggle thread ThreadHiding.toggle thread if g.VIEW is 'index'
else else
return return
e.preventDefault() e.preventDefault()