지도 선택 살짝 수정
This commit is contained in:
@@ -6,7 +6,11 @@ $(function(){
|
|||||||
neutralView:true,
|
neutralView:true,
|
||||||
useCachedMap:true,
|
useCachedMap:true,
|
||||||
selectCallback:function(city){
|
selectCallback:function(city){
|
||||||
|
var currVal = $target.val();
|
||||||
$target.val(city.id);
|
$target.val(city.id);
|
||||||
|
if($target.val() === null){
|
||||||
|
$target.val(currVal);
|
||||||
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user