Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 465 → Rev 466

/trunk/presentations/scripts/recherche.js
189,13 → 189,17
if (formulaireAfficheValeurParDefaut()) {
if (nomSciEstDemande()) {
$('#nom').val(VALEUR_DEFAUT_NOM_SCI);
$('#eflore_nomenclature_fiche').show();
} else {
$('#nom').val(VALEUR_DEFAUT_NOM_VERNA);
$('#eflore_nomenclature_fiche').hide();
}
$('#nom').addClass('valeur-defaut-recherche');
}
if (nomSciEstDemande()) {
$('#eflore_nomenclature_fiche').show();
} else {
$('#eflore_nomenclature_fiche').hide();
}
}
}