From 2d407bd732abdc47836132af2e89d52b9e5d104a Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 21 Dec 2023 18:15:13 +0000 Subject: [PATCH] remove dev mode --- app/ui.js | 4 ++-- vnc.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/ui.js b/app/ui.js index cf48d90e..10f5a8f3 100644 --- a/app/ui.js +++ b/app/ui.js @@ -25,8 +25,8 @@ window.updateSetting = (name, value) => { } } -//import "core-js/stable"; -//import "regenerator-runtime/runtime"; +import "core-js/stable"; +import "regenerator-runtime/runtime"; import * as Log from '../core/util/logging.js'; import _, { l10n } from './localization.js'; import { isTouchDevice, isSafari, hasScrollbarGutter, dragThreshold, supportsBinaryClipboard, isFirefox, isWindows, isIOS, supportsPointerLock } diff --git a/vnc.html b/vnc.html index c6fa0a33..0cf590b0 100644 --- a/vnc.html +++ b/vnc.html @@ -50,7 +50,7 @@ - +