Add locale to js file path

This reduces the likelihood of a cached file being used after the locale is changed.
This commit is contained in:
Thomas Piccirello
2018-09-23 16:27:47 -04:00
parent 7b85473d2b
commit 65934a4c69
5 changed files with 9 additions and 9 deletions

View File

@@ -19,13 +19,13 @@
<script src="scripts/lib/excanvas-compressed.js"></script>
<![endif]-->
<script src="scripts/lib/mocha-yc.js"></script>
<script src="scripts/mocha-init.js"></script>
<script src="scripts/mocha-init.js?locale=${LANG}"></script>
<script src="scripts/lib/clipboard.min.js"></script>
<script src="scripts/misc.js"></script>
<script src="scripts/misc.js?locale=${LANG}"></script>
<script src="scripts/progressbar.js"></script>
<script src="scripts/dynamicTable.js"></script>
<script src="scripts/client.js"></script>
<script src="scripts/contextmenu.js"></script>
<script src="scripts/dynamicTable.js?locale=${LANG}"></script>
<script src="scripts/client.js?locale=${LANG}"></script>
<script src="scripts/contextmenu.js?locale=${LANG}"></script>
</head>
<body>