remove forcing option

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7387 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-04-23 08:52:34 +00:00
parent be57fcf4a0
commit b851540b9f

View file

@ -19,5 +19,4 @@ jQuery(function($){
isRTL: false,
showMonthAfterYear: false,
yearSuffix: '년'};
$.datepicker.setDefaults($.datepicker.regional['ko']);
});
});