Fixed English typo.

This commit is contained in:
Loic d'Anterroches
2009-06-29 21:45:55 +02:00
parent 75af09062f
commit bdea6e4cbb
2 changed files with 2 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ $(document).ready(function() {
$("#form-show-0").click(function(){
$(".pass-info").show();
$("#form-block-0").hide();
return false;
});
$(".pass-info").hide();
});{/literal}