function mainTabs(){
$('.main-tabs').on('click', 'li:not(.active)', function(){
$(this).addClass('active').siblings().removeClass('active').closest('#discounts').find('.one-tab').removeClass('active').eq($(this).index()).addClass('active').find('.slider').slick('reInit');
});
}
Uncaught TypeError: Cannot read property 'apply' of undefined
at n.fn.init.i.fn.slick (slick.min.js:18)
at HTMLLIElement.<anonymous> (script.js:134)
at HTMLUListElement.dispatch (jquery-1.12.4.min.js:3)
at HTMLUListElement.r.handle (jquery-1.12.4.min.js:3)
<p>19</p>
<p>May</p>