4,476
edits
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
communityFeatured.detach(); | communityFeatured.detach(); | ||
cards.eq(1).after(communityFeatured); | cards.eq(1).after(communityFeatured); | ||
// Show the community-featured element after positioning it | |||
communityFeatured.show(); | |||
} | } | ||