Explorar el Código

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

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

+ 5
- 0
ace/index.html Ver fichero

@@ -39,6 +39,11 @@
showGutter: false,
autoScrollEditorIntoView: true
})
editor.getSession().setValue(localStorage.getItem("acetest"));
editor.getSession().on('change', function () {
localStorage.setItem("acetest", editor.getSession().getValue());
});
</script>

</body>


Cargando…
Cancelar
Guardar