You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2024. It is now read-only.
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.
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
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.
/asset/style/explore_header.cssasset/plugin/phuzzy-language-filter/dist/styles/phuzzy-language-filter.cssThe 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