aboutsummaryrefslogtreecommitdiff
path: root/modules/firefox.home/chrome/loadingIndicator.uc.js
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-08-25 00:32:18 +0530
committerAkshay Nair <phenax5@gmail.com>2024-08-25 00:32:18 +0530
commitd1c6524ad7f1a805b2a2b0394df2b8cbb286d3e8 (patch)
tree0d5fc436e42f104f8c758efd1ad2d0a38b46e78d /modules/firefox.home/chrome/loadingIndicator.uc.js
parentdb667b17820599d850d22d6d9345fb507d399a0d (diff)
downloadnixos-config-d1c6524ad7f1a805b2a2b0394df2b8cbb286d3e8.tar.gz
nixos-config-d1c6524ad7f1a805b2a2b0394df2b8cbb286d3e8.zip
Refactor firefox config
Diffstat (limited to 'modules/firefox.home/chrome/loadingIndicator.uc.js')
-rw-r--r--modules/firefox.home/chrome/loadingIndicator.uc.js2
1 files changed, 1 insertions, 1 deletions
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);