Currently the Javascript file (tab_builder.js) refers to the last character of id of the accordion that was clicked, so only ever works with accordions 0-9.

This can be fixed by splitting the event id on the - character, rather than always getting the very last char. Patch on the way.

Comments

earlofsandwich’s picture

Here is a patch, hope it's okay. Git on windows :(

earlofsandwich’s picture

Apologies, I did a diff against head, rather than dev. This patch should be better!

cntlscrut’s picture

Status: Active » Needs review

Good catch.

I'll test it out.

Thanks.

cntlscrut’s picture

Status: Needs review » Fixed

Confirmed tests.

change committed

change included in release 7.x-1.0-alpha2

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.