Skip to content

Commit

Permalink
automated data update 2024-06-18
Browse files Browse the repository at this point in the history
  • Loading branch information
roembot committed Jun 18, 2024
1 parent 13497a6 commit cd96154
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 = '17';
date = '18';
month = '06';
date1 = (date < 11 ? '0' : '') + String(parseInt(date) - 1)
console.log(month, date, date1)
Expand Down

0 comments on commit cd96154

Please sign in to comment.