From b68da5a1d3105c943e0726bdf026235ef7a754af Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 25 Oct 2011 14:53:35 +0100 Subject: [PATCH] js to make box clickable --- 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 1bf7cde..e47b97c 100755 --- a/itf/static/js/frontpage.js +++ b/itf/static/js/frontpage.js @@ -38,7 +38,7 @@ $(function() { }); $('.tab').click(function() { - var link = $(this).find(".buttonTab").attr("href"); + var link = $(this).find(".moreTab").attr("href"); location.href = link; });