Skip to content

Commit

Permalink
Merge pull request #3 from ayushzenith/master
Browse files Browse the repository at this point in the history
fixed html bug
  • Loading branch information
ayushzenith authored Aug 6, 2018
2 parents 09e34f8 + 451d464 commit 84e3e7e
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 84e3e7e

Please sign in to comment.