Small Fixes

This commit is contained in:
johnnyq 2022-01-09 23:09:11 -05:00
parent e1da5adbfa
commit 4892e33201
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ if(isset($_GET['ticket_id'])){
<div class="col-sm-2">
<div class="form-group">
<input class="form-control timepicker" id="time_worked" name="time" type="text" step="1" value="00:00:00" onchange="setTime()"/>
<input class="form-control timepicker" id="time_worked" name="time" type="time" step="1" value="00:00:00" onchange="setTime()"/>
</div>
</div>