4,090
edits
No edit summary |
No edit summary |
||
Line 67: | Line 67: | ||
showArticleWrapper.css('display', 'none'); | showArticleWrapper.css('display', 'none'); | ||
} | } | ||
}); | |||
// Attach a click event listener to close the fixed column when clicking the close button | |||
$('#close-button').on('click', function () { | |||
// Remove the fade-out class when hiding the fixed column | |||
$('#list').removeClass('fade-out'); | |||
showArticleWrapper.css('display', 'none'); | |||
}); | }); | ||