mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Further rewriting of the JSON-related code
This commit is contained in:
parent
122655758d
commit
a0d21ead18
11 changed files with 155 additions and 200 deletions
|
@ -218,8 +218,8 @@ window.addEvent('load', function(){
|
|||
},
|
||||
onSuccess: function(info) {
|
||||
if(info) {
|
||||
$("DlInfos").set('html', info.DlInfos);
|
||||
$("UpInfos").set('html', info.UpInfos);
|
||||
$("DlInfos").set('html', info.dl_info);
|
||||
$("UpInfos").set('html', info.up_info);
|
||||
waitingTrInfo=false;
|
||||
loadTransferInfo.delay(3000);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue