fix max wet bar init value
This commit is contained in:
@@ -95,6 +95,7 @@ function loopRainsSimulator() {
|
||||
}
|
||||
|
||||
$("#iforte_rains_bar_current").width(rains_value + "%");
|
||||
$("#iforte_rains_bar_max").width(rains_lowest + "%");
|
||||
|
||||
if (rains_value < rains_lowest) {
|
||||
sessionStorage.setItem("iforte_demo_rains_lowest", rains_value);
|
||||
|
||||
Reference in New Issue
Block a user