Turn favicon red on page load if there are highlights
This commit is contained in:
parent
3bdf580873
commit
080495e0d1
@ -157,6 +157,10 @@ $(function() {
|
||||
);
|
||||
channels.forEach(renderChannel);
|
||||
confirmExit();
|
||||
|
||||
if (sidebar.find(".highlight").length) {
|
||||
toggleFaviconNotification(true);
|
||||
}
|
||||
}
|
||||
|
||||
if (data.token) {
|
||||
|
Loading…
Reference in New Issue
Block a user