mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-08 06:00:59 -07:00
Fix minor JavaScript defects
This commit is contained in:
parent
08df3277df
commit
1e6942e967
12 changed files with 871 additions and 872 deletions
|
@ -71,7 +71,7 @@ var loadWebSeedsData = function() {
|
|||
current_hash = new_hash;
|
||||
}
|
||||
var url = new URI('api/v2/torrents/webseeds?hash=' + current_hash);
|
||||
var request = new Request.JSON({
|
||||
new Request.JSON({
|
||||
url: url,
|
||||
noCache: true,
|
||||
method: 'get',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue