slider tab links

This commit is contained in:
Sanj 2011-10-25 15:10:52 +01:00
parent b68da5a1d3
commit 919e5802db

View File

@ -37,7 +37,7 @@ $(function() {
slider.stop();
});
$('.tab').click(function() {
$('#sliderTabs .tab').click(function() {
var link = $(this).find(".moreTab").attr("href");
location.href = link;
});