|
|
|
|
@ -158,17 +158,6 @@ sonstigesCheck.addEventListener('change', function() {
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
// function newEntryAfterTimer(timerStamp) {
|
|
|
|
|
// const seconds = parseInt(timerStamp)
|
|
|
|
|
// const hours = String(Math.floor(seconds / 3600)).padStart(2, '0');
|
|
|
|
|
// const minutes = String(Math.floor((seconds % 3600) / 60)).padStart(2, '0');
|
|
|
|
|
// const secs = String(seconds % 60).padStart(2, '0');
|
|
|
|
|
// document.getElementById('openNewEntryForm').click()
|
|
|
|
|
// document.getElementById('stunden').value = hours;
|
|
|
|
|
// document.getElementById('minuten').value = minutes;
|
|
|
|
|
// console.log(secs)
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|