diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-08-25 00:32:18 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-08-25 00:32:18 +0530 |
| commit | d1c6524ad7f1a805b2a2b0394df2b8cbb286d3e8 (patch) | |
| tree | 0d5fc436e42f104f8c758efd1ad2d0a38b46e78d /modules/firefox.home/chrome/loadingIndicator.uc.js | |
| parent | db667b17820599d850d22d6d9345fb507d399a0d (diff) | |
| download | nixos-config-d1c6524ad7f1a805b2a2b0394df2b8cbb286d3e8.tar.gz nixos-config-d1c6524ad7f1a805b2a2b0394df2b8cbb286d3e8.zip | |
Refactor firefox config
Diffstat (limited to '')
| -rw-r--r-- | modules/firefox.home/chrome/loadingIndicator.uc.js | 2 |
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); |
