Updated to improve storing of seconds against the time
这个提交包含在:
父节点
5ce70ec532
当前提交
48bb5948b5
共有 1 个文件被更改,包括 8 次插入 和 10 次删除
|
|
@ -129,15 +129,13 @@ $(document).ready(function() {
|
|||
</script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('.fancybox').fancybox({
|
||||
$('[data-fancybox]').fancybox({
|
||||
toolbar : false,
|
||||
smallBtn : true,
|
||||
iframe : {
|
||||
preload : false
|
||||
}
|
||||
});
|
||||
});
|
||||
})
|
||||
</script>
|
||||
|
||||
<?php if ($this->uri->segment(1) == "" || $this->uri->segment(1) == "dashboard" ) { ?>
|
||||
|
|
@ -319,7 +317,7 @@ $(document).on('keypress',function(e) {
|
|||
$(function($) {
|
||||
var options = {
|
||||
utc: true,
|
||||
format: '%H:%M'
|
||||
format: '%H:%M:%S'
|
||||
}
|
||||
$('.input_time').jclock(options);
|
||||
});
|
||||
|
|
|
|||
正在加载…
在新工单中引用