Add cache busting to all custom scripts and common css

Signed-off-by: Tony Jeffree <tjeffree@gmail.com>
This commit is contained in:
Tony
2020-08-11 11:43:40 +01:00
committed by Tony Jeffree
parent 2495ffc313
commit 0a4ebe14e3
21 changed files with 53 additions and 53 deletions

View File

@@ -79,8 +79,8 @@
<script src="scripts/vendor/bootstrap-select.min.js"></script>
<script src="scripts/vendor/bootstrap-toggle.min.js"></script>
<script src="scripts/pi-hole/js/utils.js"></script>
<script src="scripts/pi-hole/js/groups-adlists.js"></script>
<script src="scripts/pi-hole/js/utils.js?v=<?=$cacheVer?>"></script>
<script src="scripts/pi-hole/js/groups-adlists.js?v=<?=$cacheVer?>"></script>
<?php
require "scripts/pi-hole/php/footer.php";