diff --git a/code/html/custom.js b/code/html/custom.js index ce6db3ed..df7a205a 100644 --- a/code/html/custom.js +++ b/code/html/custom.js @@ -364,6 +364,7 @@ function getJson(str) { } } + function checkTempRangeMin() { var min = parseInt($("#tempRangeMinInput").val(), 10); var max = parseInt($("#tempRangeMaxInput").val(), 10); @@ -380,7 +381,6 @@ function checkTempRangeMax() { } } - function doResetThermostatCounters(ask) { var question = (typeof ask === "undefined" || false === ask) ? null :