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

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

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

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

@@ -40,7 +40,7 @@
autoScrollEditorIntoView: true
})
if (localStorage.getItem("acetest") === null) {
if (localStorage.getItem("acetest") !== null) {
editor.setValue(localStorage.getItem("acetest"));
editor.clearSelection();
}


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