mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
- merge from stable branches (WebUI fixes)
This commit is contained in:
parent
75290cf715
commit
86024c6c74
19 changed files with 64 additions and 540 deletions
|
@ -41,7 +41,8 @@ window.addEvent('domready', function(){
|
|||
var url = 'json/events?r='+r;
|
||||
if (!waiting){
|
||||
waiting=true;
|
||||
var request = new Json.Remote(url, {
|
||||
var request = new Request.JSON({
|
||||
url: url,
|
||||
method: 'get',
|
||||
onComplete: function(jsonObj) {
|
||||
if(jsonObj){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue