Преглед изворни кода

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

master
KaiSD пре 5 година
родитељ
комит
a85e09aa28
1 измењених фајлова са 3 додато и 1 уклоњено
  1. +3
    -1
      ace/index.html

+ 3
- 1
ace/index.html Прегледај датотеку

@@ -39,7 +39,9 @@
showGutter: false,
autoScrollEditorIntoView: true
})
editor.getSession().setValue(localStorage.getItem("acetest"));
editor.setValue(localStorage.getItem("acetest"));
editor.clearSelection();
editor.getSession().on('change', function () {
localStorage.setItem("acetest", editor.getSession().getValue());


Loading…
Откажи
Сачувај