This commit is contained in:
Oliver
2025-09-30 12:03:12 -03:00
parent 1258df94c2
commit ef3d04d284

View File

@@ -213,7 +213,8 @@ function calculateCost() {
domains: parseInt(document.getElementById("domains").value),
backupSlots: parseInt(document.getElementById("backupSlots").value),
workers: parseInt(document.getElementById("workers").value),
hdd: parseInt(document.getElementById("hdd").value)
hdd: parseInt(document.getElementById("hdd").value),
cost: parseInt(document.getElementById("cost").value)
};
try {