DG IZ; use focus instead of click

This commit is contained in:
danielvincent 2010-09-16 16:47:10 -07:00
parent bbc7492af4
commit d74c4bd117

View file

@ -91,7 +91,7 @@ $(function() {
});
});
$(".aspect h1").live( 'click', function() {
$(".aspect h1").live( 'focus', function() {
var $this = $(this);
var id = $this.closest("li").children("ul").attr("id");