Skip to content

Commit

Permalink
Opacity on image input
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Archibald committed Jul 20, 2011
1 parent 424caca commit a6c030f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/assets/3/script/jquery.clickjack.js
Expand Up @@ -10,7 +10,7 @@
};

$clickTarget.css( hideCss ).css({
opacity: 1,
opacity: 0,
position: 'absolute'
});

Expand Down

0 comments on commit a6c030f

Please sign in to comment.