4,554
edits
No edit summary |
No edit summary |
||
Line 328: | Line 328: | ||
showArticleWrapper.css('display', 'none'); | showArticleWrapper.css('display', 'none'); | ||
closeModal(this); | closeModal(this); | ||
communityFeatured.show(); | |||
communityListFeatured.show(); | |||
}); | }); | ||
Line 334: | Line 336: | ||
if (!showArticleWrapper.is(event.target) && showArticleWrapper.has(event.target).length === 0) { | if (!showArticleWrapper.is(event.target) && showArticleWrapper.has(event.target).length === 0) { | ||
closeModal(this); | closeModal(this); | ||
communityFeatured.show(); | |||
communityListFeatured.show(); | |||
} | } | ||
}); | }); |