Skip to content

Commit

Permalink
Remove code that closes categories upon resize
Browse files Browse the repository at this point in the history
Remove two lines of code that closed all categories and tables when the
window was resized.
  • Loading branch information
fpigerre committed Jan 16, 2016
1 parent a0dcc42 commit e24444b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ var jets = new Jets({
*/
$(window).on('resizeEnd', function () {
if (isSearching) jets.options.didSearch($('#jets-search').val());
$('.category h5 i').removeClass('active-icon');
$('.website-table').css('display', 'none');
});

// Display tables and color category selectors
Expand Down

0 comments on commit e24444b

Please sign in to comment.