From c648af5358e3795e58c197578eb6d73e7934d537 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 28 Mar 2022 15:14:15 +0000 Subject: [PATCH] re-apply webpack --- 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 bc539971..3d5bb0f0 100644 --- a/app/ui.js +++ b/app/ui.js @@ -30,8 +30,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 } diff --git a/vnc.html b/vnc.html index 57815918..4025bb6b 100644 --- a/vnc.html +++ b/vnc.html @@ -50,7 +50,7 @@ - +