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);
break;
case Conf['Hide']:
ThreadHiding.toggle(thread);
if (g.VIEW === 'index') {
ThreadHiding.toggle(thread);
}
break;
default:
return;

View File

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