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

status-page: fix navbar dropdown #131

Closed
wants to merge 1 commit into from

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented Nov 20, 2020

Looks like it tries to find element using # selector based on the href attribute:

https://github.com/twbs/bootstrap/blob/v3.4.1/js/dropdown.js#L27

resulting in the following error:

Uncaught Error: Syntax error, unrecognized expression: #

Explicitly specifying data-target fixes that.

cc @samueldr

Looks like it tries to find element using # selector based on the href attribute:

https://github.com/twbs/bootstrap/blob/v3.4.1/js/dropdown.js#L27

resulting in the following error:

    Uncaught Error: Syntax error, unrecognized expression: #

Explicitly specifying data-target fixes that.
garbas added a commit to NixOS/nixos-status that referenced this pull request Jan 7, 2021
@garbas
Copy link
Member

garbas commented Jan 7, 2021

the status page moved here and i migrated this PR here NixOS/nixos-status#5

@garbas garbas closed this Jan 7, 2021
garbas added a commit to NixOS/nixos-status that referenced this pull request Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants