4,554
edits
No edit summary |
No edit summary |
||
Line 502: | Line 502: | ||
// On hover out, disable scrolling on #show-article-wrapper | // On hover out, disable scrolling on #show-article-wrapper | ||
$(this).css('overflow-y', 'hidden'); | $(this).css('overflow-y', 'hidden'); | ||
}); | }); | ||
// ALL VIEWS IN ONE PAGE | |||
// Handle List View Button | // Handle List View Button | ||
$(".list-view-button").click(function() { | $(".list-view-button").click(function() { |