Fixes non-working risk value for link generation
I mistakenly added the "risk" id to a div, which would then only provide an empty value for the link generation.
This commit is contained in:
parent
4b83b0819b
commit
4aefcf293a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
onkeyup="provide_suggestion(this.value)">
|
||||
<datalist id="datalist"></datalist>
|
||||
|
||||
<div title="ändere Risikokategorie" id="risk">
|
||||
<div title="ändere Risikokategorie">
|
||||
Risikokategorie
|
||||
<select id="risk">
|
||||
<option value="very high"> sehr hoch </option>
|
||||
|
|
Loading…
Reference in a new issue