Whoops
This commit is contained in:
2
ui.js
2
ui.js
@@ -83,7 +83,7 @@ async function collaborators_layout(content, result) {
|
||||
let consultant_name = new ElementBuilder("input")
|
||||
.type("text")
|
||||
.placeholder("Jméno konzultanta práce (vč. titulů), příp. konzultantů")
|
||||
.on_input((e) => result.supervisor_name = e.target.value)
|
||||
.on_input((e) => result.consultant_name = e.target.value)
|
||||
.finish();
|
||||
|
||||
let has_supervisor = new ElementBuilder("input#has-supervisor")
|
||||
|
Reference in New Issue
Block a user