Modifications cosmétiques
This commit is contained in:
parent
d2b0f4eaae
commit
9594f6b206
3 changed files with 6 additions and 3 deletions
|
|
@ -100,7 +100,6 @@ function displayAmort(id_immo, id_duree, id_amort, id_years, id_exercices, id_mo
|
|||
{
|
||||
const div_erreur = document.getElementById(id_erreur);
|
||||
div_erreur.setAttribute('class', 'hidden');
|
||||
// document.getElementById(id_erreur).setAttribute('class', 'hidden');
|
||||
let case_montant = document.getElementById(id_montant);
|
||||
const selected_year = document.getElementById(id_exercices).value;
|
||||
if (selected_year == '') {
|
||||
|
|
@ -123,7 +122,6 @@ function displayAmort(id_immo, id_duree, id_amort, id_years, id_exercices, id_mo
|
|||
date_fin = date_choisie;
|
||||
} else {
|
||||
div_erreur.setAttribute('class', '');
|
||||
// document.getElementById(id_erreur).setAttribute('class', '');
|
||||
}
|
||||
}
|
||||
const montant_immo = Number(document.getElementById(id_immo).value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue