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 @@ - +