Fix minor JavaScript defects

This commit is contained in:
Thomas Piccirello
2018-09-26 23:10:51 -04:00
committed by sledgehammer999
parent 82056355f6
commit 4923ed7da0
12 changed files with 871 additions and 872 deletions

View File

@@ -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',