mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
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:
@@ -7,7 +7,7 @@
|
||||
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
||||
<script src="scripts/lib/mootools-1.2-core-yc.js"></script>
|
||||
<script src="scripts/lib/mootools-1.2-more.js"></script>
|
||||
<script src="scripts/misc.js"></script>
|
||||
<script src="scripts/misc.js?locale=${LANG}"></script>
|
||||
<script>
|
||||
var renameKeyboardEvents = new Keyboard({
|
||||
defaultEventType: 'keydown',
|
||||
|
||||
Reference in New Issue
Block a user