mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-05-13 17:07:01 +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();
|
requestAllNetworkingData();
|
||||||
|
|
||||||
let autoRefresh = document.getElementById("autorefcheck");
|
let autoRefresh = document.getElementById("autorefcheck");
|
||||||
if (autoRefresh.checked)
|
if (autoRefresh.checked)
|
||||||
setAutoRefreshInterval(autoRefresh);
|
setAutoRefreshInterval(autoRefresh);
|
||||||
|
|
||||||
autoRefresh.addEventListener("click", function() {
|
autoRefresh.addEventListener("click", function() {
|
||||||
let refrButton = document.getElementById("refreshButton");
|
let refrButton = document.getElementById("refreshButton");
|
||||||
if (this.checked) {
|
if (this.checked) {
|
||||||
setAutoRefreshInterval(this);
|
setAutoRefreshInterval(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user