From 7228014e6b7039bc386175ea1d11645d5b9cb993 Mon Sep 17 00:00:00 2001 From: KaiSD Date: Wed, 4 Sep 2019 20:58:25 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'ace/index.html'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ace/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ace/index.html b/ace/index.html index 76aa14b..f3680e5 100644 --- a/ace/index.html +++ b/ace/index.html @@ -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";