Skip to content

Commit

Permalink
Added icon title attr
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomás Senart committed Dec 4, 2010
1 parent cc4893d commit 3814e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/js/bitbasket.js
Expand Up @@ -55,6 +55,7 @@ function getIcon(bit) {
iconSize[0],
iconSize[1])
icon.attr('cursor', 'pointer');
icon.attr('title', bit.file.name);
return icon;
}

Expand Down

0 comments on commit 3814e8c

Please sign in to comment.