From 44f75247cda08d0ed9c76cda418c2ce0cecb387f Mon Sep 17 00:00:00 2001 From: Daniel van Noord Date: Thu, 3 Dec 2020 13:05:43 +0100 Subject: [PATCH] Updated functions related to tab-bar v2 --- CookieMonster.js | 1 - src/Disp.js | 1 - 2 files changed, 2 deletions(-) diff --git a/CookieMonster.js b/CookieMonster.js index 1237255..ae420b7 100644 --- a/CookieMonster.js +++ b/CookieMonster.js @@ -1902,7 +1902,6 @@ CM.Disp.Notification = function(notifyConfig, title, message) { /******** * Section: Functions related to updating the tab in the browser's tab-bar - * TODO: Annotate functions */ /** * This function creates the Favicon, it is called by CM.DelayInit() diff --git a/src/Disp.js b/src/Disp.js index 115e97c..34d4ca2 100644 --- a/src/Disp.js +++ b/src/Disp.js @@ -1060,7 +1060,6 @@ CM.Disp.Notification = function(notifyConfig, title, message) { /******** * Section: Functions related to updating the tab in the browser's tab-bar - * TODO: Annotate functions */ /** * This function creates the Favicon, it is called by CM.DelayInit()