@ -556,7 +556,7 @@
<script type="text/javascript">
$('#PcAmp input').on('change', function(){
var checked = $(this).is(':checked');
checked ? meta('save', '<?php echo $information->ic_id; ?>', 'AMP_BODY_PC_STATUS', 'yes') : meta('save', '246006647', 'AMP_BODY_PC_STATUS', 'no');
checked ? meta('save', '<?php echo $information->ic_id; ?>', 'AMP_BODY_PC_STATUS', 'yes') : meta('save', '<?php echo $information->ic_id; ?>', 'AMP_BODY_PC_STATUS', 'no');
});
</script>
<?php } ?>