We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad3316 commit f73281aCopy full SHA for f73281a
1 file changed
static/js/script.js
@@ -1147,7 +1147,7 @@ async function loadForecast() {
1147
const todayPoint = getTodayForecastPoint(data.forecast) || data.forecast[0];
1148
if (todayPoint) {
1149
showShapDetails(todayPoint);
1150
- document.getElementById("card-shap-details")?.style.display = "block";
+ document.getElementById("shapDetailCard").style.display = "block";
1151
};
1152
}
1153
0 commit comments