Twice faster and shorter.
This commit is contained in:
parent
691395b627
commit
f221b09f63
@ -972,7 +972,7 @@
|
||||
}
|
||||
break;
|
||||
case conf.unreadCountTo0:
|
||||
unread.replies.length = 0;
|
||||
unread.replies = [];
|
||||
unread.updateTitle();
|
||||
Favicon.update();
|
||||
break;
|
||||
|
||||
@ -709,7 +709,7 @@ keybinds =
|
||||
else
|
||||
$('.postarea form').submit()
|
||||
when conf.unreadCountTo0
|
||||
unread.replies.length = 0
|
||||
unread.replies = []
|
||||
unread.updateTitle()
|
||||
Favicon.update()
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user