mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
Refactor var to let/const or this
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
<script>
|
||||
'use strict';
|
||||
|
||||
var submitted = false;
|
||||
let submitted = false;
|
||||
|
||||
$('uploadForm').addEventListener("submit", function() {
|
||||
$('startTorrentHidden').value = $('startTorrent').checked ? 'false' : 'true';
|
||||
|
||||
Reference in New Issue
Block a user