Преглед на файлове

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

master
KaiSD преди 4 години
родител
ревизия
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>


Loading…
Отказ
Запис