4,554
edits
No edit summary |
No edit summary |
||
Line 309: | Line 309: | ||
}); | }); | ||
$('#close-button').on('click', function () { | $('#close-button').on('click', function () { | ||
// Remove the fade-out class from both #list and #list-list when hiding the fixed column | |||
$('#list, #list-list').removeClass('fade-out'); | |||
showArticleWrapper.css('display', 'none'); | |||
}); | |||
// Hover effect for scrolling | // Hover effect for scrolling |