Midnight reward

My 6 year old son started fishing at 2pm and wouldn’t leave until he caught one. Just a little before 12am he caught his first Spec and was passed out in the truck 10 minutes later. He’s a little guy diehard for sure.

image

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(); }); });