mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Small Fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user