Skip to content

Commit

Permalink
change urls to reset cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding-Cactus committed Mar 21, 2022
1 parent b6c06a1 commit 87e0de4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>TrackGen</title>
<link href="/static/css/style.css?v4" rel="stylesheet" type="text/css" />
<link href="/static/css/style.css?v5" rel="stylesheet" type="text/css" />
</head>
<body>
<main>
Expand Down Expand Up @@ -110,8 +110,8 @@ <h3>Stage</h3>

<script src="/static/js/pages.js"></script>
<script src="/static/js/new_point.js?v2"></script>
<script src="/static/js/get_track.js?v6"></script>
<script src="/static/js/file_upload.js?v2"></script>
<script src="/static/js/get_track.js?v7"></script>
<script src="/static/js/file_upload.js?v3"></script>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>


Expand Down

0 comments on commit 87e0de4

Please sign in to comment.