- π§πͺBelgium lobsterr
@xenophyle π Use Once method in JS behavior Active
We have added once instruction into dev branch, could you check if it fixes your bug?
Supersubs works on every page except when a Facets block is on the page. This is because Facets triggers attachBehaviors, which causes supersubs to be called again, for some reason with incorrect results. If jQuery Once is used, this is avoided.
Something like
$menu.once('supersubs').supersubs(options.plugins.supersubs);
Postponed: needs info
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@xenophyle
π
Use Once method in JS behavior
Active
We have added once instruction into dev branch, could you check if it fixes your bug?