mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 09:02:31 -06:00
Use Javascript strict mode
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
<script src="scripts/lib/mootools-1.2-more.js"></script>
|
||||
<script src="scripts/misc.js?locale=${LANG}"></script>
|
||||
<script>
|
||||
'use strict';
|
||||
|
||||
var newCategoryKeyboardEvents = new Keyboard({
|
||||
defaultEventType: 'keydown',
|
||||
events: {
|
||||
|
||||
Reference in New Issue
Block a user