mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 15:42:32 -06:00
Use Javascript strict mode
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
<script src="scripts/lib/mootools-1.2-core-yc.js"></script>
|
||||
<script src="scripts/lib/mootools-1.2-more.js"></script>
|
||||
<script>
|
||||
'use strict';
|
||||
|
||||
var hashes = new URI().getData('hashes').split('|');
|
||||
window.addEvent('domready', function() {
|
||||
$('cancelBtn').focus();
|
||||
|
||||
Reference in New Issue
Block a user