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