Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

Fix console errors #32

@ThomasThelen

Description

@ThomasThelen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions