Skip to content

Commit

Permalink
semicolon was missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed May 16, 2010
1 parent 1730a52 commit 274c758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/refinery/admin.js
Expand Up @@ -156,7 +156,7 @@ init_tooltips = function(args){
$(element).attr({'tooltip': $(element).attr('title'), 'title': ''});
}
// wipe clean the title on any children too.
$(element).children('img').attr('title', '')
$(element).children('img').attr('title', '');
});
}

Expand Down

0 comments on commit 274c758

Please sign in to comment.