From 81168bb7f070241ac5fc2df0560761c6ed43a5c7 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Tue, 9 Aug 2022 11:48:53 -0400 Subject: [PATCH] Fixed #361 - Hang on Thermostat Summary - Custom Range --- js/component/modal/runtime_thermostat_summary_custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/component/modal/runtime_thermostat_summary_custom.js b/js/component/modal/runtime_thermostat_summary_custom.js index af1d367..d6eb2af 100644 --- a/js/component/modal/runtime_thermostat_summary_custom.js +++ b/js/component/modal/runtime_thermostat_summary_custom.js @@ -95,7 +95,7 @@ beestat.component.modal.runtime_thermostat_summary_custom.prototype.decorate_con key === 'runtime_thermostat_summary_time_period' && value === 'all' ) { - time_count.set_value('∞').disable(); + time_count.set_value('∞').set_enabled(false); } button.set_background_color(beestat.style.color.lightblue.base);