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

@@ -99,6 +99,6 @@
</div>
<!-- ./wrapper -->
<script src="scripts/pi-hole/js/footer.js"></script>
<script src="scripts/pi-hole/js/footer.js?v=<?=$cacheVer?>"></script>
</body>
</html>