fix amp template

hotfix/远程访问多媒体中心
LMR 7 years ago
parent 701f205d70
commit de11915cd6

@ -1302,10 +1302,10 @@
}
<?php } ?>
<?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') { ?>
$('#ic_template').val('r_empty_container');
if (editor && editor.text() == '') {
editor.html('From HTML-Generator');
editor.sync();
$('#ic_template').val('r_empty_container');
editor.sync();
}
<?php } ?>
if (information_check() != false) {

Loading…
Cancel
Save