Fix escaped backtick that broke Docker Astro build
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e1b95a20fb
commit
02d2415d7a
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ const STEP_LABELS: Record<string, string> = {
|
|||
`;
|
||||
if (footer) footer.hidden = true;
|
||||
document.getElementById("pw-revise-btn")?.addEventListener("click", () => {
|
||||
sessionStorage.removeItem(\`pw-intake-\${slug}\`);
|
||||
sessionStorage.removeItem("pw-intake-" + slug);
|
||||
const url = new URL(window.location.href);
|
||||
url.searchParams.set("revise", "1");
|
||||
window.location.href = url.toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue