From 919e5802db0299bef0b168157fa25cafc50710ac Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 25 Oct 2011 15:10:52 +0100 Subject: [PATCH] slider tab links --- itf/static/js/frontpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/static/js/frontpage.js b/itf/static/js/frontpage.js index e47b97c..60d7310 100755 --- a/itf/static/js/frontpage.js +++ b/itf/static/js/frontpage.js @@ -37,7 +37,7 @@ $(function() { slider.stop(); }); - $('.tab').click(function() { + $('#sliderTabs .tab').click(function() { var link = $(this).find(".moreTab").attr("href"); location.href = link; });