Hey,
if i click anywhere in slider module the main page will be reloaded. How can i disable any clicking functionality?
http://feyhl.vp-company.com
wrapper.find('figure img').each(function(i, img) {
$(img).click(function() {
window.location.href = $(img).attr('data-link');
});
});