added presets the the crude interface

This commit is contained in:
soeren.oesterwind
2022-02-24 20:17:24 +01:00
parent 603c603f22
commit fd61997cea
5 changed files with 92 additions and 47 deletions

View File

@ -3,6 +3,6 @@ function convertTimeOffset(){
document.getElementById("time").value = selTime
}
function updateHiddenForm(){
document.getElementById("time").value = document.getElementById('time2').valueAsNumber
function updateHiddenForm2(){
document.getElementById("time4").value = document.getElementById('time3').value
}