소스 검색

Изменить '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>


불러오는 중...
취소
저장