summaryrefslogtreecommitdiff
path: root/frontend/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.js')
-rw-r--r--frontend/index.js2
1 files changed, 1 insertions, 1 deletions
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');
}
});