mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-14 11:05:47 +05:00
fix data rate update function
This commit is contained in:
parent
96514c844e
commit
49a4e2c01a
@ -29,7 +29,7 @@ let SetNwMode = () => {
|
||||
let SetLimits = () => {
|
||||
let dlim = undefined;
|
||||
let ulim = undefined;
|
||||
let setMaxRates = () => rs.JsonApiRequest('/rsConfig/SetMaxDataRates', {
|
||||
let setMaxRates = () => rs.rsJsonApiRequest('/rsConfig/SetMaxDataRates', {
|
||||
downKb: dlim,
|
||||
upKb: ulim
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user