From c264442732748106fe2c7b1023171161775219df Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 5 Jan 2024 09:12:19 -0500 Subject: [PATCH] revert testing changes --- 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 84a5ca30..3dfeddad 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 @@ - +