职位editor状态

hotfix/远程访问多媒体中心
lmrwork 7 years ago
parent 2788d3210c
commit 6c5d4342c5

@ -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 = '';
}

Loading…
Cancel
Save