Skip to content

Commit

Permalink
DG IZ; use focus instead of click
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvincent committed Sep 16, 2010
1 parent bbc7492 commit d74c4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/aspect-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit d74c4bd

Please sign in to comment.