Skip to content

Commit

Permalink
Reactivate BMWK scenario page
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed May 8, 2024
1 parent 2d27ac5 commit 10529a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digiplan/static/js/scenarios.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function selectScenarioCard(scenarioCardNumber) {
<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z"/>
</svg>`;

for (let i = 1; i <= 2; i++) {
for (let i = 1; i <= 3; i++) {
const card = document.getElementById("panelCard" + i);
const selectedScenario = document.getElementById("selectedScenario" + i);
const arrowIcon = card.querySelector(".arrow-icon");
Expand Down

0 comments on commit 10529a9

Please sign in to comment.