Skip to content

Commit

Permalink
fixed html bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushzenith committed Aug 6, 2018
1 parent b7807bb commit 451d464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GaugeProjectApache/py/dollars.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1 align="center" style="font-family: monospace">Electricity Statistics Dashboa
}
async function my_function() {
while(true) {
$("#mySVG").load("kW.html #mySVG");
$("#mySVG").load("dollars.html #mySVG");
await sleep(60000);
console.log("sleep")
}
Expand Down
2 changes: 1 addition & 1 deletion GaugeProjectApache/py/kWh.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1 align="center" style="font-family: monospace">Electricity Statistics Dashboa
}
async function my_function() {
while(true) {
$("#mySVG").load("kW.html #mySVG");
$("#mySVG").load("kWh.html #mySVG");
await sleep(60000);
console.log("sleep")
}
Expand Down
2 changes: 1 addition & 1 deletion GaugeProjectApache/py/kWhHourly.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1 align="center" style="font-family: monospace">Electricity Statistics Dashboa
}
async function my_function() {
while(true) {
$("#mySVG").load("kW.html #mySVG");
$("#mySVG").load("kWhHourly.html #mySVG");
await sleep(120000);
console.log("sleep")
}
Expand Down

0 comments on commit 451d464

Please sign in to comment.