Skip to content

Commit 464fdfe

Browse files
committed
agriculture: fix little problem that didn´t let choose between temperature intervals
Signed-off-by: Victor Coman <victor.coman@digi.com>
1 parent 6c88f65 commit 464fdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agriculture/agriculturecore/templates/history.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h5 class="card-title">Historic data: Irrigation controller</h5>
146146

147147
$("input[type=radio][name=temperature-interval]").change(function() {
148148
temperatureInterval = this.value;
149-
drawTemperatureChart(true, true);
149+
drawTemperatureChartG(true, true);
150150
});
151151
});
152152

0 commit comments

Comments
 (0)