jquery datepicker 적용되지 않는 오류 수정
This commit is contained in:
@ -1,8 +1,5 @@
|
||||
<?php
|
||||
include_once('./_common.php');
|
||||
if ($default['de_hope_date_use']) {
|
||||
include_once(G5_PLUGIN_PATH.'/jquery-ui/datepicker.php');
|
||||
}
|
||||
|
||||
if (G5_IS_MOBILE) {
|
||||
include_once(G5_MSHOP_PATH.'/orderform.php');
|
||||
@ -24,6 +21,9 @@ if (get_cart_count($tmp_cart_id) == 0)
|
||||
$g5['title'] = '주문서 작성';
|
||||
|
||||
include_once('./_head.php');
|
||||
if ($default['de_hope_date_use']) {
|
||||
include_once(G5_PLUGIN_PATH.'/jquery-ui/datepicker.php');
|
||||
}
|
||||
|
||||
// 새로운 주문번호 생성
|
||||
$od_id = get_uniqid();
|
||||
|
||||
Reference in New Issue
Block a user