Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes GH Issue refinery#12
  • Loading branch information
parndt committed Jul 9, 2010
1 parent 15af88a commit 32cfe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/portfolio.js
Expand Up @@ -8,7 +8,7 @@ reset_functionality = function() {
, 'items': 'li'
});

$('#content portfolio_images li:not(.empty)').each(function(index, li) {
$('#content #portfolio_images li:not(.empty)').each(function(index, li) {
$(li).mouseover(function(e){
if ((image_actions = $(this).find('.image_actions')).length == 0) {
image_actions = $("<div class='image_actions'></div>");
Expand Down

0 comments on commit 32cfe11

Please sign in to comment.