jquery datepicker 적용되지 않는 오류 수정

This commit is contained in:
chicpro
2013-12-31 09:16:59 +09:00
parent 07628bcfb6
commit bdf924aaec
8 changed files with 12 additions and 10 deletions

View File

@ -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();