mirror of
https://github.com/Feodor2/Mypal68.git
synced 2025-06-18 14:55:44 -04:00
7 lines
156 B
HTML
7 lines
156 B
HTML
<script>
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
document.getElementById('id_0').type = ''
|
|
})
|
|
</script>
|
|
<input id="id_0" type="time">
|