From fb17b5e7884a19f760e8e40ae3af544067326a70 Mon Sep 17 00:00:00 2001 From: Corbin Wunderlich Date: Tue, 14 Jan 2025 17:49:31 -0500 Subject: [PATCH] Format all files with format.sh --- html5/clipboard.html | 98 +++--- html5/connect.html | 401 +++++++----------------- html5/crypto.html | 262 ++++++++-------- html5/css/client.css | 78 ++++- html5/css/menu-skin.css | 26 +- html5/css/menu.css | 101 +++--- html5/css/simple-keyboard.css | 21 +- html5/css/slick.css | 13 + html5/css/spinner.css | 5 + html5/digest.html | 66 ++-- html5/index.html | 320 ++++++++++--------- html5/js/Client.js | 301 ++++++++++-------- html5/js/DecodeWorker.js | 48 ++- html5/js/Keycodes.js | 2 +- html5/js/MediaSourceUtil.js | 34 +- html5/js/Menu.js | 22 +- html5/js/MenuCustom.js | 16 +- html5/js/Notifications.js | 36 +-- html5/js/OffscreenDecodeWorker.js | 25 +- html5/js/OffscreenDecodeWorkerHelper.js | 2 +- html5/js/PaintWorker.js | 14 +- html5/js/Protocol.js | 193 +++++++----- html5/js/Utilities.js | 87 +++-- html5/js/VideoDecoder.js | 8 +- html5/js/WebTransport.js | 53 ++-- html5/js/Window.js | 35 ++- html5/mitm.html | 20 +- 27 files changed, 1199 insertions(+), 1088 deletions(-) diff --git a/html5/clipboard.html b/html5/clipboard.html index f69a91d6..2d39036c 100644 --- a/html5/clipboard.html +++ b/html5/clipboard.html @@ -1,5 +1,6 @@ + + + +