Skip to content

Commit

Permalink
automated data update 2025-01-16
Browse files Browse the repository at this point in the history
  • Loading branch information
roembot committed Jan 16, 2025
1 parent 1ab36f6 commit 6ed1521
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 = '15';
date = '16';
month = '01';
date1 = (date < 11 ? '0' : '') + String(parseInt(date) - 1)
console.log(month, date, date1)
Expand Down

0 comments on commit 6ed1521

Please sign in to comment.