Skip to content

Commit 6c46aac

Browse files
committed
Don’t open the top-3 menu items in /tutorial/introduction
1 parent cbd1fea commit 6c46aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_js/navigationMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SentientWebsite.NavigationMenu = function () {
2525
var openSuggestedItemsIfIntroduction = function () {
2626
var path = window.location.pathname;
2727

28-
if (path === "/" || path.indexOf("/intro") !== -1) {
28+
if (path === "/" || path.indexOf("/intro/") !== -1) {
2929
var recorded = $("nav h4")[1];
3030
var examples = $("nav h4")[2];
3131

0 commit comments

Comments
 (0)