js to make box clickable
This commit is contained in:
parent
d1edaa49eb
commit
b68da5a1d3
|
@ -38,7 +38,7 @@ $(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.tab').click(function() {
|
$('.tab').click(function() {
|
||||||
var link = $(this).find(".buttonTab").attr("href");
|
var link = $(this).find(".moreTab").attr("href");
|
||||||
location.href = link;
|
location.href = link;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user