From cb582b711d98a7388837eac1d36402dcfa0e3b47 Mon Sep 17 00:00:00 2001 From: Dmitry Blinov Date: Fri, 8 Mar 2019 01:42:19 +0200 Subject: [PATCH] Update custom.js --- code/html/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :