Data line
This commit is contained in:
@@ -17,4 +17,22 @@
|
||||
</div>
|
||||
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
|
||||
function allowStatus(countyry_code,action){
|
||||
|
||||
alert(countyry_code);
|
||||
|
||||
$('#allow-'+countyry_code).html('Processing...');
|
||||
// $('#acc' + countyry_code).prop('disabled', true);
|
||||
$.ajax({
|
||||
url: "/confg/allowCountry?countyry_code=" + countyry_code + "&action=" + action
|
||||
}).done(function (data) {
|
||||
$('#allow-'+countyry_code).html(data);
|
||||
// $('#acc' + countyry_code).prop('disabled', false);
|
||||
});
|
||||
return false;
|
||||
|
||||
}
|
||||
// -->
|
||||
|
||||
Reference in New Issue
Block a user