mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Fix minor JavaScript defects
This commit is contained in:
@@ -42,7 +42,7 @@ var loadTorrentData = function() {
|
||||
// Display hash
|
||||
$('torrent_hash').set('html', current_hash);
|
||||
var url = new URI('api/v2/torrents/properties?hash=' + current_hash);
|
||||
var request = new Request.JSON({
|
||||
new Request.JSON({
|
||||
url: url,
|
||||
noCache: true,
|
||||
method: 'get',
|
||||
|
||||
Reference in New Issue
Block a user