mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-05-13 08:57:27 +00:00
Bug 981267 - Fix bad indentation in about:networking. r=valentin, r=sworkman
This commit is contained in:
parent
e77f94f5e6
commit
bc8bfd9b07
@ -138,11 +138,11 @@ function init() {
|
||||
|
||||
requestAllNetworkingData();
|
||||
|
||||
let autoRefresh = document.getElementById("autorefcheck");
|
||||
if (autoRefresh.checked)
|
||||
setAutoRefreshInterval(autoRefresh);
|
||||
let autoRefresh = document.getElementById("autorefcheck");
|
||||
if (autoRefresh.checked)
|
||||
setAutoRefreshInterval(autoRefresh);
|
||||
|
||||
autoRefresh.addEventListener("click", function() {
|
||||
autoRefresh.addEventListener("click", function() {
|
||||
let refrButton = document.getElementById("refreshButton");
|
||||
if (this.checked) {
|
||||
setAutoRefreshInterval(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user