Procházet zdrojové kódy

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

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

+ 1
- 0
ace/index.html Zobrazit soubor

@@ -172,6 +172,7 @@
reader.onload = readerEvent => {
var content = readerEvent.target.result; // this is the content!
editor.setValue(content);
editor.clearSelection();
}

}


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