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

Fix console errors #32

Open
1 of 3 tasks
ThomasThelen opened this issue May 10, 2022 · 0 comments
Open
1 of 3 tasks

Fix console errors #32

ThomasThelen opened this issue May 10, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ThomasThelen
Copy link
Member

ThomasThelen commented May 10, 2022

There are a few errors in the console that we should take care of. As far as I can tell these aren't breaking anything (we've had these errors for as long as I can remember) but it would be great to clear them up.

  • Missing /asset/style/explore_header.css
  • Missing asset/plugin/phuzzy-language-filter/dist/styles/phuzzy-language-filter.css
  • Failed to execute 'removeChild' on 'Node': parameter 1 is not of type 'Node'.

The first looks like a file path issue (explore_header.css exists in another directory)
The second looks iffy-I don't see the language-filter css file although I do see the .less file
I'm not sure about the node, but my guess is that it's referring to a DOM node that's being operated on

@ThomasThelen ThomasThelen added the bug Something isn't working label May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant