지도 선택 살짝 수정

This commit is contained in:
2020-03-11 21:38:49 +09:00
parent 2f2890e582
commit 2e8607b811
+4
View File
@@ -6,7 +6,11 @@ $(function(){
neutralView:true,
useCachedMap:true,
selectCallback:function(city){
var currVal = $target.val();
$target.val(city.id);
if($target.val() === null){
$target.val(currVal);
}
return false;
}
});