Kicking the Off-season Blues

It’s finally here. The day you hoped wouldn’t ever come—the off-season has begun. One day you’re hunting, shooting, or fishing, and the next, you’re not. The season is closed, the weather has changed. It can be a real letdown. We all feel your pain. There’s a few great ways to kick those off-season blues, however.

Read full story at OutdoorHub.com

jQuery(document).ready(function($) { function fixSlickAria() { $('.slick-slide').each(function() { if ($(this).attr('aria-hidden') === 'true') { $(this).attr('tabindex', '-1'); } else { $(this).attr('tabindex', '0'); } }); } fixSlickAria(); $('.uael-grid-gallery').on('afterChange', function(event, slick, currentSlide){ fixSlickAria(); }); });