Sfoglia il codice sorgente

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

master
KaiSD 4 anni fa
parent
commit
39b46fc105
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      ace/index.html

+ 5
- 0
ace/index.html Vedi File

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


Loading…
Annulla
Salva