When more than 10 paragraphs are created, the link to the first redirects to the last one of the 1X
var paragraph = $(accordion_id).find('a[href*=\\'+ thash + ']').closest('h3');
the search is carried out by matching and not by full equality
so everyone starting with 10 paragraphs has this matching, and jquery chooses the last one
Needs work
1.3
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.