summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-22 14:45:29 +0300
committerAndrew Dolgov <[email protected]>2020-04-22 14:45:29 +0300
commit7fd39431bf7c5476845f45e441836a82bef414f6 (patch)
tree7af9e820e963fa190186d1086eabbdfadd696632 /index.php
parent84621978320342bfd6412a2df7d3d7b0632de3ee (diff)
remove cache-busting resources, just go cache-first (2)
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9daf021..76d895a 100644
--- a/index.php
+++ b/index.php
@@ -64,7 +64,7 @@
<link rel="shortcut icon" type="image/png" href="img/favicon.png" />
<link rel="manifest" href="manifest.json">
<meta name="mobile-web-app-capable" content="yes">
- <script src="js/app.js?"></script>
+ <script src="js/app.js"></script>
<script type="text/javascript">
'use strict';