Procházet zdrojové kódy

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

master
KaiSD před 4 roky
rodič
revize
39b46fc105
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +5
    -0
      ace/index.html

+ 5
- 0
ace/index.html Zobrazit soubor

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


Načítá se…
Zrušit
Uložit