Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/admin/bkk/assets/js/landing_sticky.js
$(window).scroll(function() {
    if ($(this).scrollTop() > 0){  
        $('header').addClass("sticky");
    }
    else{
        $('header').removeClass("sticky");
    }
});

new WOW().init();