Explorar el Código

Изменить 'ace/index.html'

master
KaiSD hace 4 años
padre
commit
774ec0a4c1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      ace/index.html

+ 1
- 0
ace/index.html Ver fichero

@@ -172,6 +172,7 @@
reader.onload = readerEvent => {
var content = readerEvent.target.result; // this is the content!
editor.setValue(content);
editor.clearSelection();
}

}


Cargando…
Cancelar
Guardar