312
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 283 : | Ligne 283 : | ||
<script> | <script> | ||
$().ready(function() { | $().ready(function() { | ||
$('#oldlogin).click(function() { | $('#oldlogin').click(function() { | ||
$('.mw-htmlform-field-HTMLTextField, mw-htmlform-field-HTMLCheckFiel, .mw-htmlform-field-HTMLSubmitField, .mw-htmlform-field-HTMLInfoField').css('display','block'); | $('.mw-htmlform-field-HTMLTextField, mw-htmlform-field-HTMLCheckFiel, .mw-htmlform-field-HTMLSubmitField, .mw-htmlform-field-HTMLInfoField').css('display','block'); | ||
}); | }); | ||
}); | }); | ||
</script> | </script> |