Estimated ul/dl cost
This commit is contained in:
@@ -77,6 +77,15 @@
|
||||
setUploadCost: (currency) => {
|
||||
setInnerText('ID_Renter_EstimatedUploadCost', currency);
|
||||
},
|
||||
setEstimatedCost: (currency) => {
|
||||
setInnerText('ID_Renter_EstimatedCost', currency);
|
||||
},
|
||||
setEstimatedDownloadCost: (currency) => {
|
||||
setInnerText('ID_Renter_EstimatedDownloadCost', currency);
|
||||
},
|
||||
setEstimatedUploadCost: (currency) => {
|
||||
setInnerText('ID_Renter_EstimatedUploadCost', currency);
|
||||
},
|
||||
setAllowance: (allowance) => {
|
||||
if (document.getElementById('renter_settings_window').classList.contains('hidden-element')) {
|
||||
setValue('ID_RenterSetFunds', allowance.Funds);
|
||||
|
Reference in New Issue
Block a user