This repository was archived by the owner on Dec 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix console errors #32
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working