Procházet zdrojové kódy

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

master
KaiSD před 5 roky
rodič
revize
9dc5c2b483
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      ace/index.html

+ 1
- 1
ace/index.html Zobrazit soubor

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


Načítá se…
Zrušit
Uložit