HTML does not allow multiple elements on the page to have the same ID. ID is supposed to be a unique identifier.

In fact, the addnode.js file has to use some arcane jQuery selection syntax because the standard jQuery selection-by-ID syntax doesn't work for invalid HTML.

Solution: use class instead of ID.

Comments

duaelfr’s picture

Status: Active » Closed (won't fix)

This version of Addnode is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.