From d1b528b01796601c2bfea7b1a9813e5907e1c728 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sat, 27 Feb 2021 17:32:32 -0500 Subject: Close to being done on line-circle collisions, but it appears we're running into a rotation problem. Going to work on square-line collisions in the meantime --- frontend/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/index.js') diff --git a/frontend/index.js b/frontend/index.js index b943463..d0f27f3 100644 --- a/frontend/index.js +++ b/frontend/index.js @@ -26,7 +26,7 @@ } if (lSplitPath[1] === '2d') { - $('nav > ul > li:first-child').addClass('expanded'); + $('nav > ul > li:nth-child(2)').addClass('expanded'); $('nav > ul > li:last-child').removeClass('expanded'); } }); -- cgit v1.2.1