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:
@@ -22,6 +22,8 @@
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<script>
|
||||
'use strict';
|
||||
|
||||
var hashes = new URI().getData('hashes').split('|');
|
||||
setDlLimit = function() {
|
||||
var limit = $("dllimitUpdatevalue").value.toInt() * 1024;
|
||||
|
||||
Reference in New Issue
Block a user