Skip to content

Commit

Permalink
Implement query string param logic
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zmiycharov committed Jan 6, 2025
1 parent 09929cb commit 7586a39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ export function manageQueryString(search) {
} else if (prep) {
elements.time.minutes().textContent = formatTimeContent(getMinutesToSet());
}

if (on === "true") { controlCenter(); }
if (mod === "false") { elements.modal.closeButton().click(); }
}
};

Expand Down

0 comments on commit 7586a39

Please # to comment.