4,554
edits
No edit summary |
No edit summary Tag: Reverted |
||
Line 22: | Line 22: | ||
} | } | ||
if (communityListFeatured.length && filteredCards.length >= | if (communityListFeatured.length && filteredCards.length >= 4) { | ||
// Detach and insert the community featured element after the | // Detach and insert the community featured element after the fourth card | ||
communityListFeatured.detach(); | communityListFeatured.detach(); | ||
filteredCards.eq(1).after(communityListFeatured); | filteredCards.eq(1).after(communityListFeatured); |