mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Fixed time issue which happened during ui update
This commit is contained in:
parent
da4dc1bf27
commit
2cdb45d501
2 changed files with 2 additions and 2 deletions
|
|
@ -166,7 +166,7 @@ $(document).ready(function(){
|
|||
utc: true,
|
||||
format: '%H:%M'
|
||||
}
|
||||
$('#start_time').jclock(options);
|
||||
$('.input_time').jclock(options);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
<div class="form-group col-md-6">
|
||||
<label for="start_time">Time</label>
|
||||
<input type="text" class="form-control form-control-sm" name="start_time" id="start_time" value="<?php echo date('H:i'); ?>" size="7" <?php echo ($_GET['manual'] == 0 ? "disabled" : ""); ?>>
|
||||
<input type="text" class="form-control form-control-sm input_time" name="start_time" id="start_time" value="<?php echo date('H:i'); ?>" size="7" <?php echo ($_GET['manual'] == 0 ? "disabled" : ""); ?>>
|
||||
</div>
|
||||
|
||||
<?php if ( $_GET['manual'] == 0 ) { ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue