Fehlerkorrekturen

This commit is contained in:
aschwarz 2024-02-09 10:08:21 +01:00
parent 7fece38655
commit 5ca996e2b0
2 changed files with 2 additions and 1 deletions

View File

@ -618,6 +618,7 @@ oPopupBody.style.border = \"solid blue 1px\";
if(document.getElementById('hausstand'+pos+'_ja').value == 'J'){
document.getElementById('hausstand'+pos+'_ja').disabled = false;
}
func_monate(pos);
}
}

View File

@ -505,7 +505,7 @@ oPopupBody.style.border = \"solid blue 1px\";
if(document.getElementById('hausstand'+pos+'_ja').value == 'J'){
document.getElementById('hausstand'+pos+'_ja').disabled = false;
}
func_monate(pos);
}
}