Переглянути джерело

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

master
KaiSD 5 роки тому
джерело
коміт
39b46fc105
1 змінених файлів з 5 додано та 0 видалено
  1. +5
    -0
      ace/index.html

+ 5
- 0
ace/index.html Переглянути файл

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


Завантаження…
Відмінити
Зберегти