Selaa lähdekoodia

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

master
KaiSD 4 vuotta sitten
vanhempi
commit
39b46fc105
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. +5
    -0
      ace/index.html

+ 5
- 0
ace/index.html Näytä tiedosto

@@ -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…
Peruuta
Tallenna