$()

in js/scripts.js [64:68]


$(window).load(function(){
    $('.sta-masonry').each(function(){
        $(this).masonry();
    });
});