• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Uncaught TypeError: Cannot read property 'nodeName' of null

Status
Not open for further replies.

rhpt

Chevereto Noob
I get this error in behaviour.js, line 128. Is this a known issue or did I much something up?

Code:
 if (tagName && element.nodeName.toLowerCase() != tagName) {
        // tag with that ID not found, return false
        return new Array();
      }
 
rhpt said:
I get this error in behaviour.js, line 128. Is this a known issue or did I much something up?

Code:
 if (tagName && element.nodeName.toLowerCase() != tagName) {
        // tag with that ID not found, return false
        return new Array();
      }

I don't know.
 
Status
Not open for further replies.
Back
Top