diff --git a/app/ui.js b/app/ui.js index 8aa37465..247fc581 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 @@ - +