]> git.proxmox.com Git - novnc-pve.git/blame - debian/patches/0010-use-only-app.js.patch
update patches for 1.2.0
[novnc-pve.git] / debian / patches / 0010-use-only-app.js.patch
CommitLineData
2b8dde16 1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
1e63d713
DC
2From: Dominik Csapak <d.csapak@proxmox.com>
3Date: Tue, 16 May 2017 10:36:15 +0200
bf74ff33 4Subject: [PATCH] use only app.js
1e63d713 5
bf74ff33
TL
6As PVE now uses the commonjs version, there's only need to fetch the
7generated app.js
1e63d713
DC
8
9Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
10---
bf74ff33
TL
11 vnc.html | 7 +------
12 1 file changed, 1 insertion(+), 6 deletions(-)
1e63d713
DC
13
14diff --git a/vnc.html b/vnc.html
bf74ff33 15index 5f09cd2..9f594e2 100644
1e63d713
DC
16--- a/vnc.html
17+++ b/vnc.html
bf74ff33 18@@ -39,12 +39,7 @@
1e63d713
DC
19 </script>
20
21 <!-- begin scripts -->
22- <!-- promise polyfills promises for IE11 -->
23- <script src="/novnc/vendor/promise.js"></script>
24- <!-- ES2015/ES6 modules polyfill -->
bf74ff33 25- <script nomodule src="/novnc/vendor/browser-es-module-loader/dist/browser-es-module-loader.js"></script>
1e63d713 26- <!-- actual script modules -->
a375b7e5
DC
27- <script type="module" crossorigin="anonymous" src="/novnc/app/ui.js"></script>
28+ <script crossorigin=anonymous" src="/novnc/app.js"></script>
1e63d713
DC
29 <!-- end scripts -->
30 </head>
31