make entire box clickable on front-page slider

This commit is contained in:
Sanj 2011-10-21 19:02:54 +01:00
parent 7c49f4aa29
commit 4ae833c0c9

View File

@ -37,6 +37,10 @@ $(function() {
slider.stop();
});
$('.tab').click(function() {
var link = $(this).find(".buttonTab").attr("href");
location.href = link;
});
});