mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Use sync/maindata request in WebUI
This commit is contained in:
parent
383c0e1418
commit
574c57ee18
4 changed files with 88 additions and 105 deletions
|
@ -55,7 +55,7 @@ initializeWindows = function() {
|
|||
width: 500,
|
||||
height: 300
|
||||
});
|
||||
updateTransferList();
|
||||
updateMainData();
|
||||
});
|
||||
|
||||
addClickEvent('preferences', function(e) {
|
||||
|
@ -95,7 +95,7 @@ initializeWindows = function() {
|
|||
width: 600,
|
||||
height: 130
|
||||
});
|
||||
updateTransferList();
|
||||
updateMainData();
|
||||
});
|
||||
|
||||
globalUploadLimitFN = function() {
|
||||
|
@ -144,7 +144,7 @@ initializeWindows = function() {
|
|||
hashes: h.join("|")
|
||||
}
|
||||
}).send();
|
||||
updateTransferList();
|
||||
updateMainData();
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -158,7 +158,7 @@ initializeWindows = function() {
|
|||
hashes: h.join("|")
|
||||
}
|
||||
}).send();
|
||||
updateTransferList();
|
||||
updateMainData();
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -218,7 +218,7 @@ initializeWindows = function() {
|
|||
width: 424,
|
||||
height: 140
|
||||
});
|
||||
updateTransferList();
|
||||
updateMainData();
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -239,7 +239,7 @@ initializeWindows = function() {
|
|||
}
|
||||
}).send();
|
||||
});
|
||||
updateTransferList();
|
||||
updateMainData();
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -255,7 +255,7 @@ initializeWindows = function() {
|
|||
}
|
||||
}).send();
|
||||
});
|
||||
updateTransferList();
|
||||
updateMainData();
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -288,7 +288,7 @@ initializeWindows = function() {
|
|||
}
|
||||
}).send();
|
||||
});
|
||||
updateTransferList();
|
||||
updateMainData();
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -317,7 +317,7 @@ initializeWindows = function() {
|
|||
hashes: h.join("|")
|
||||
}
|
||||
}).send();
|
||||
updateTransferList();
|
||||
updateMainData();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue