Skip to content

Commit

Permalink
#2282 jQuery UI 업데이트로 인해 날짜 형식의 확장 변수가 잘못 입력되는 문제 고침
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Aug 17, 2018
1 parent ef6bfa5 commit bda8399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/extravar/Extravar.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ function getFormHTML()
$buff[] = ' };';
$buff[] = ' $.extend(option,$.datepicker.regional[\'' . Context::getLangType() . '\']);';
$buff[] = ' $("#date_' . $column_name . '").datepicker(option);';
$buff[] = ' $("#date_' . $column_name . '").datepicker("option", "dateFormat", "yy-mm-dd");';
$buff[] = ' $("#dateRemover_' . $column_name . '").click(function(){';
$buff[] = ' $(this).siblings("input").val("");';
$buff[] = ' return false;';
Expand Down

0 comments on commit bda8399

Please sign in to comment.