mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Made required attribute work without JavaScript
SVN revision: 1832
This commit is contained in:
parent
48e2de5cd5
commit
6f8dda4123
@ -19826,7 +19826,7 @@ void submit_elog(LOGBOOK * lbs)
|
||||
missing = 1;
|
||||
break;
|
||||
}
|
||||
} else if (isparam(ua) == 0) {
|
||||
} else if (isparam(ua) == 0 || *getparam(ua) == 0) {
|
||||
missing = 1;
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user