;(function($,_,undefined){ips.createModule('ips.patreonintegration',function(){var $goalBoxes=$("div.patreonGoals");$goalBoxes.each(function(index){var $box=$(this);var $slideItems=$box.find("ul.patreonGoalCarousel > li");var nextItem=function(){$slideItems.hide();$currentItem=$box.find('.currentSlide').next();if($currentItem.length==0){$currentItem=$box.find("ul.patreonGoalCarousel > li:first-child");}
$box.find('.currentSlide').removeClass('currentSlide');$currentItem.addClass('currentSlide').show();}
var prevItem=function(){$slideItems.hide();$currentItem=$box.find('.currentSlide').prev();if($currentItem.length==0){$currentItem=$box.find("ul.patreonGoalCarousel > li:last-child");}
$box.find('.currentSlide').removeClass('currentSlide');$currentItem.addClass('currentSlide').show();}
if($slideItems.length==1){$box.find("ul.patreonGoalCarousel").siblings(".next").hide();$box.find("ul.patreonGoalCarousel").siblings(".prev").hide();}else{$box.find("ul.patreonGoalCarousel").siblings(".next").show();$box.find("ul.patreonGoalCarousel").siblings(".prev").show();$box.find("ul.patreonGoalCarousel").siblings(".next").click(nextItem);$box.find("ul.patreonGoalCarousel").siblings(".prev").click(prevItem);}});});}(jQuery,_));;