Skip to content

Fix invalid jQuery selector

Latest
Compare
Choose a tag to compare
@astehlik astehlik released this 18 Sep 09:23
· 4 commits to master since this release
[BUGFIX] Invalid selector in linkWholeContainerForLeafItems

The selector ".leaf:first()" is invalid and is changed to
".leaf:first" to prevent JavaScript errors.