Skip to content

Commit f73281a

Browse files
author
jacquesbach
committed
Changes
1 parent cad3316 commit f73281a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ async function loadForecast() {
11471147
const todayPoint = getTodayForecastPoint(data.forecast) || data.forecast[0];
11481148
if (todayPoint) {
11491149
showShapDetails(todayPoint);
1150-
document.getElementById("card-shap-details")?.style.display = "block";
1150+
document.getElementById("shapDetailCard").style.display = "block";
11511151
};
11521152
}
11531153

0 commit comments

Comments
 (0)