Procházet zdrojové kódy

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

master
KaiSD před 4 roky
rodič
revize
7228014e6b
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

@@ -84,7 +84,7 @@
function updateToolbar() {
document.getElementById("btnUndo").disabled = !editor.session.getUndoManager().hasUndo();
document.getElementById("btnRedo").disabled = !editor.session.getUndoManager().hasRedo();
if (!window.fullscreen) {
if (window.fullscreen) {
document.getElementById("btnFs").style.display = "none";
} else {
document.getElementById("btnFs").style.display = "block";


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