]> git.proxmox.com Git - novnc-pve.git/blob - debian/patches/0010-use-only-app.js.patch
7355b7c457e97a45e5c58d87ecaf93f513cc380e
[novnc-pve.git] / debian / patches / 0010-use-only-app.js.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Dominik Csapak <d.csapak@proxmox.com>
3 Date: Tue, 16 May 2017 10:36:15 +0200
4 Subject: [PATCH] use only app.js
5
6 As PVE now uses the commonjs version, there's only need to fetch the
7 generated app.js
8
9 Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
10 ---
11 vnc.html | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/vnc.html b/vnc.html
15 index dc4cc23..21b3844 100644
16 --- a/vnc.html
17 +++ b/vnc.html
18 @@ -37,7 +37,7 @@
19 PVE.CSRFPreventionToken = '[% token %]';
20 INCLUDE_URI='/novnc/include';
21 </script>
22 - <script type="module" crossorigin="anonymous" src="/novnc/app/ui.js"></script>
23 + <script crossorigin=anonymous" src="/novnc/app.js"></script>
24 </head>
25
26 <body>