Przeglądaj źródła

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

master
KaiSD 5 lat temu
rodzic
commit
9dc5c2b483
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      ace/index.html

+ 1
- 1
ace/index.html Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz