fixes js http client
This commit is contained in:
@@ -73,7 +73,7 @@ window.addEventListener('DOMContentLoaded', function () {
|
||||
element.textContent = t("ncdownloader", "Stop Aria2");
|
||||
}
|
||||
}
|
||||
Http.getInstance(url).setHandler(function (data) {
|
||||
helper.httpClient(url).setHandler(function (data) {
|
||||
callback(parent, oldHtml, data);
|
||||
}).send();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user