Browse Source

Update custom.js

rules-rpn
Dmitry Blinov 5 years ago
parent
commit
cb582b711d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/html/custom.js

+ 1
- 1
code/html/custom.js View File

@ -364,6 +364,7 @@ function getJson(str) {
}
}
<!-- removeIf(!thermostat)-->
function checkTempRangeMin() {
var min = parseInt($("#tempRangeMinInput").val(), 10);
var max = parseInt($("#tempRangeMaxInput").val(), 10);
@ -380,7 +381,6 @@ function checkTempRangeMax() {
}
}
<!-- removeIf(!thermostat)-->
function doResetThermostatCounters(ask) {
var question = (typeof ask === "undefined" || false === ask) ?
null :


Loading…
Cancel
Save