Skip to content

Commit

Permalink
automated data update 2024-11-08
Browse files Browse the repository at this point in the history
  • Loading branch information
roembot committed Nov 8, 2024
1 parent a34adf7 commit 639a04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incidence/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
</div>
<iframe allow="geolocation" id="iframe"></iframe>
<script>
date = '07';
date = '08';
month = '11';
date1 = (date < 11 ? '0' : '') + String(parseInt(date) - 1)
console.log(month, date, date1)
Expand Down

0 comments on commit 639a04b

Please sign in to comment.