Explorar el Código

Update mychannel_edit.htm

tags/6.2.0
tianya hace 1 año
padre
commit
16a95512f5
Se han modificado 1 ficheros con 8 adiciones y 5 borrados
  1. +8
    -5
      src/admin/templets/mychannel_edit.htm

+ 8
- 5
src/admin/templets/mychannel_edit.htm Ver fichero

@@ -45,13 +45,16 @@
ShowObj('head1'); ShowObj('needset');
HideObj('head2'); HideObj('adset');
}
var editor = null;
function ShowItem2() {
setTimeout(() => {
var editor = CodeMirror.fromTextArea(document.getElementById('fieldset'), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
});
if (!editor) {
editor = CodeMirror.fromTextArea(document.getElementById('fieldset'), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
});
}
}, 100);
ShowObj('head2'); ShowObj('adset');
HideObj('head1'); HideObj('needset');


Cargando…
Cancelar
Guardar