akkordion
akkordion copied to clipboard
parentNode is not defined
In using akkordion, I see errors in the console of Cannot read property 'parentNode' of null
This is due to: https://github.com/TrySound/akkordion/blob/master/dist/akkordion.js#L128
Fix by changing the if statement to if((index = titleSet.indexOf(title)) > -1 || title === null) {
@0xdabbad00 PR welcome