mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +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;
|
missing = 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else if (isparam(ua) == 0) {
|
} else if (isparam(ua) == 0 || *getparam(ua) == 0) {
|
||||||
missing = 1;
|
missing = 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user