fix amp kong

hotfix/远程访问多媒体中心
LMR 7 years ago
parent c3f010032d
commit f999328dc8

@ -1304,6 +1304,7 @@
<?php if (get_meta($information->ic_id, 'AMP_JSON') && get_meta($information->ic_id, 'AMP_STATUS') && get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') === 'yes') { ?> <?php if (get_meta($information->ic_id, 'AMP_JSON') && get_meta($information->ic_id, 'AMP_STATUS') && get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') === 'yes') { ?>
if (editor && editor.text() == '') { if (editor && editor.text() == '') {
editor.html('From HTML-Generator'); editor.html('From HTML-Generator');
editor.sync();
} }
<?php } ?> <?php } ?>
if (information_check() != false) { if (information_check() != false) {

Loading…
Cancel
Save