mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-11 09:09:28 +00:00
issuesZustaendigkeiten.js: fixed comments
This commit is contained in:
@@ -330,11 +330,11 @@ var IssuesZustaendigkeiten = {
|
||||
}
|
||||
else
|
||||
{
|
||||
// otherwise enable oe and funktion input if Mitarbeiter input empty
|
||||
// otherwise enable oe input if Mitarbeiter input empty
|
||||
oeDropdownEl.prop('disabled', false);
|
||||
}
|
||||
|
||||
// if oe or funktion is entered
|
||||
// if oe is entered
|
||||
if (oeDropdownEl.val().length > 0)
|
||||
{
|
||||
// disable Mitarbeiter input
|
||||
|
||||
Reference in New Issue
Block a user