mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 15:42:32 -06:00
Fix minor JavaScript defects
This commit is contained in:
committed by
sledgehammer999
parent
82056355f6
commit
4923ed7da0
@@ -290,7 +290,7 @@ var loadTorrentFilesData = function() {
|
||||
current_hash = new_hash;
|
||||
}
|
||||
var url = new URI('api/v2/torrents/files?hash=' + current_hash);
|
||||
var request = new Request.JSON({
|
||||
new Request.JSON({
|
||||
url: url,
|
||||
noCache: true,
|
||||
method: 'get',
|
||||
|
||||
Reference in New Issue
Block a user