Explorar el Código

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

master
KaiSD hace 5 años
padre
commit
9dc5c2b483
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ace/index.html

+ 1
- 1
ace/index.html Ver fichero

@@ -40,7 +40,7 @@
autoScrollEditorIntoView: true
})
if (localStorage.getItem("acetest") === null) {
if (localStorage.getItem("acetest") !== null) {
editor.setValue(localStorage.getItem("acetest"));
editor.clearSelection();
}


Cargando…
Cancelar
Guardar