mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 10:34:17 +00:00
Change end-date value correctly.
This commit is contained in:
parent
8ed7697a63
commit
b904ee1e1c
@ -65,7 +65,7 @@
|
||||
break;
|
||||
case "end_date":
|
||||
updatedElement = document.getElementById("end-date");
|
||||
updatedElement.innerHTML = operation.value;
|
||||
updatedElement.value = operation.value;
|
||||
M.updateTextFields();
|
||||
break;
|
||||
case "status":
|
||||
|
Loading…
Reference in New Issue
Block a user