Update database_settings.php

This commit is contained in:
jakani24
2024-02-17 21:53:13 +01:00
parent ba74b0a052
commit 1f38dbcb31

View File

@@ -51,7 +51,7 @@ async function update_percentage() {
.then(response => response.json())
.then(data => {
// Update the percentage on the webpage
percentageElement.innerHTML = "Status: " + data.percentage.toFixed(2) + "%";
percentageElement.innerHTML = "Status: " + data.toFixed(2) + "%";
})
.catch(error => {
// Display error message if request fails