mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-06 00:10:25 +00:00
5e326ff535
See the comment for different things that we could do here, this being the simplest one IMO. Differential Revision: https://phabricator.services.mozilla.com/D89639
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">
|