diff --git a/public/js/dashboard.js b/public/js/dashboard.js index 4fcc58f..474a01e 100644 --- a/public/js/dashboard.js +++ b/public/js/dashboard.js @@ -36,6 +36,7 @@ temperatureRange.addEventListener('click', function () { }, }) .then((_response) => { + // TODO Manipulate the DOM without reloading the page window.location.reload(); }) .catch((error) => {