Ver código fonte

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

master
KaiSD 4 anos atrás
pai
commit
39b46fc105
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      ace/index.html

+ 5
- 0
ace/index.html Ver arquivo

@@ -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>


Carregando…
Cancelar
Salvar