|
|
|
@ -542,7 +542,7 @@
|
|
|
|
|
<?php if (is_series_site()) {
|
|
|
|
|
if (get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') == 'yes') {
|
|
|
|
|
$PcAmpChecked = 'checked';
|
|
|
|
|
echo "<script>editor.readonly(true)</script>";
|
|
|
|
|
echo "<script>$(function(){editor.readonly(true)})</script>";
|
|
|
|
|
} else {
|
|
|
|
|
$PcAmpChecked = '';
|
|
|
|
|
}
|
|
|
|
|