4,554
edits
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 19: | Line 19: | ||
if (communityFeatured.length && filteredCards.length >= 2) { | if (communityFeatured.length && filteredCards.length >= 2) { | ||
communityFeatured.detach().insertAfter(filteredCards.eq(1)); | |||
communityFeatured.detach() | |||
} | } | ||
Line 33: | Line 28: | ||
if (communityListFeatured.length && filteredCards.length >= 4) { | if (communityListFeatured.length && filteredCards.length >= 4) { | ||
communityListFeatured.detach().insertAfter(filteredCards.eq(3)); | |||
communityListFeatured.detach() | |||
} | } | ||