From 860c9c591943e92ef50f223ba9dccbc4d12a56d6 Mon Sep 17 00:00:00 2001 From: KaiSD Date: Wed, 4 Sep 2019 07:56:31 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ace/index.html b/ace/index.html index c68d729..4ca5bcc 100644 --- a/ace/index.html +++ b/ace/index.html @@ -51,7 +51,7 @@ - +
@@ -99,7 +99,7 @@ } }); - function fullscreen() { + function toggleFullscreen() { if (window.fullScreen) { var elem = document.documentElement; if (elem.requestFullscreen) {