From a685f36d16532cd1adaa3e59687ed608cd6cb61a Mon Sep 17 00:00:00 2001 From: Cameron Hyde Date: Mon, 6 Jan 2025 10:08:55 +1000 Subject: [PATCH] Fix target element ID --- app/labs/static/labs/content/docs/templates/intro.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/labs/static/labs/content/docs/templates/intro.html b/app/labs/static/labs/content/docs/templates/intro.html index 9dcdf2e..7460854 100644 --- a/app/labs/static/labs/content/docs/templates/intro.html +++ b/app/labs/static/labs/content/docs/templates/intro.html @@ -127,7 +127,7 @@

  • To speed up development, you can also - + render your page locally . This allows you to see changes immediately, without having to push @@ -263,8 +263,8 @@ PR.prettyPrint(); if (window.location.hash === '#installLabsEngine') { - $('#section_1-sections-5-accordion')[0].scrollIntoView() - $('#section_1-sections-5-accordion button').click() + $('#section_1-faq-5-accordion')[0].scrollIntoView() + $('#section_1-faq-5-accordion button').click() } console.log('DOM fully loaded and parsed'); });