Skip to content

Commit

Permalink
fix browser cache...
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Feb 2, 2020
1 parent 5ddeccc commit 9b73507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var verbose = false;
var cache = new Map();

function initVirusMap() {
document.getElementById("title").innerHTML += LAST_UPDATE;
document.getElementById("title").innerHTML += "最后更新: " + LAST_UPDATE;

map = new AMap.Map("container", {
zoom: window.screen.width <= 600 ? 3 : 4,
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ <h1 style="text-align:center; width: 100%">
新冠肺炎地级市疫情图
</h1>
<h2 id='title' style="text-align:center; width: 100%">
最后更新:
</h2>

</p>
Expand Down

0 comments on commit 9b73507

Please sign in to comment.