TFG Community Poll: What do you want to see more of on Fishgame.com

reader_poll

We are always seeking to get your feedback on the content we deliver.  Let us know if you want to see more of something on Fishgame.com!

[yop_poll id=”3″]

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