-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,
the plugin is installed but is not working.
it runs into injectTargets function but the querySelectorAll does not return any elements.
the length of panels is 0.
var panels = document.querySelectorAll('ul.sg-tabs-list > li > a'); console.log(panels.length); // gives 0
Seems to me that the event 'checkPanels' is triggered before the rendering of the panels has been finished.
We are also using the 'plugin-node-tab' and we have 5 Tabs. Maybe that is the problem?
Metadata
Metadata
Assignees
Labels
No labels