|
@@ -451,7 +451,7 @@ $(document).ready(function(){
|
|
|
var p_checked = check_input[i].checked;
|
|
|
if(check_input[i].checked ==true){
|
|
|
checked_id = check_input[i].value;
|
|
|
- }
|
|
|
+
|
|
|
if(checked_id==1){
|
|
|
var zone_url_place = ctx+"/advertiser/main/ad/target/operator-ad-group/palceList";
|
|
|
$.getJSON( zone_url_place, function(data){
|
|
@@ -471,6 +471,7 @@ $(document).ready(function(){
|
|
|
});
|
|
|
})
|
|
|
}
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
})
|