From d1c6524ad7f1a805b2a2b0394df2b8cbb286d3e8 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 25 Aug 2024 00:32:18 +0530 Subject: Refactor firefox config --- modules/firefox.home/chrome/loadingIndicator.uc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/firefox.home/chrome/loadingIndicator.uc.js') diff --git a/modules/firefox.home/chrome/loadingIndicator.uc.js b/modules/firefox.home/chrome/loadingIndicator.uc.js index 61ba50b..286376a 100644 --- a/modules/firefox.home/chrome/loadingIndicator.uc.js +++ b/modules/firefox.home/chrome/loadingIndicator.uc.js @@ -63,7 +63,7 @@ onProgressStateUpdate: (win, state) => { /** @type {HTMLElement} */ const urlBar = win.gURLBar.textbox; - console.log(state, urlBar); + // console.log(state, urlBar); if (!urlBar) return; // urlBar.style.setProperty('--ff-urlbar-progress', perc); -- cgit v1.3.1