Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/website: golang.org responsive menu bug #48381

Closed
Matt-Yeldalo opened this issue Sep 14, 2021 · 1 comment
Closed

x/website: golang.org responsive menu bug #48381

Matt-Yeldalo opened this issue Sep 14, 2021 · 1 comment

Comments

@Matt-Yeldalo
Copy link

What did you do?

golang.org home page, attempt to open responsive menu.
It works fine when I add the is-active class to the header, so I suspect it's the JS code. In the JS code, the click event for the headerMenuButton relies on the path.indexOf("/doc/") to be true, the home page will never satisfy this condition. The click event is never added.

What did you expect to see?

The responsive menu.

What did you see instead?

Nothing.

@gopherbot gopherbot added this to the Unreleased milestone Sep 14, 2021
@seankhliao
Copy link
Member

Duplicate of #47862

@seankhliao seankhliao marked this as a duplicate of #47862 Sep 14, 2021
@golang golang locked and limited conversation to collaborators Sep 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants