添加了时间选择插件
This commit is contained in:
parent
c4effc6c45
commit
a9a92ffacb
|
@ -122,6 +122,15 @@ class Theme
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
'datepicker' => array(
|
||||||
|
$this->ScriptKey => array(
|
||||||
|
'/js/lib/datepicker/jquery-ui-1.10.3.custom.min.js'
|
||||||
|
),
|
||||||
|
$this->CSSKey => array(
|
||||||
|
'/js/lib/datepicker/jquery-ui-1.10.3.custom.min.css'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
|
||||||
/*********谷歌地图*********/
|
/*********谷歌地图*********/
|
||||||
|
|
||||||
//Google Map API v3
|
//Google Map API v3
|
||||||
|
|
Loading…
Reference in New Issue