Removing some JS that wasn't needed on this view.
这个提交包含在:
父节点
9ed103ba52
当前提交
f230245c36
共有 1 个文件被更改,包括 0 次插入 和 21 次删除
|
|
@ -5,27 +5,6 @@
|
|||
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo base_url() ;?>/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
$(document).ready(function() {
|
||||
$(".qsobox").fancybox({
|
||||
'autoDimensions' : false,
|
||||
'width' : 700,
|
||||
'height' : 300,
|
||||
'transitionIn' : 'fade',
|
||||
'transitionOut' : 'fade',
|
||||
'type' : 'iframe'
|
||||
});
|
||||
|
||||
$(function($) {
|
||||
var options = {
|
||||
utc: true
|
||||
}
|
||||
$('.input_time').jclock(options);
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<div id="container">
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用