File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 1
1
diff --git 1/vnc_lite.html 2/vnc_lite.html
2
- index 8e2f5cb..02ea33c 100644
2
+ index 8e2f5cb..245b8ef 100644
3
3
--- 1/vnc_lite.html
4
4
+++ 2/vnc_lite.html
5
5
@@ -68,6 +68,7 @@
@@ -10,3 +10,35 @@ index 8e2f5cb..02ea33c 100644
10
10
}
11
11
12
12
// This function is called when we are disconnected
13
+ @@ -101,9 +102,7 @@
14
+ }
15
+
16
+ // Show a status text in the top bar
17
+ - function status(text) {
18
+ - document.getElementById('status').textContent = text;
19
+ - }
20
+ + function status(text) {}
21
+
22
+ // This function extracts the value of one variable from the
23
+ // query string. If the variable isn't defined in the URL
24
+ @@ -132,9 +131,6 @@
25
+ return defaultValue;
26
+ }
27
+
28
+ - document.getElementById('sendCtrlAltDelButton')
29
+ - .onclick = sendCtrlAltDel;
30
+ -
31
+ // Read parameters specified in the URL query string
32
+ // By default, use the host and port of server that served this file
33
+ const host = readQueryVariable('host', window.location.hostname);
34
+ @@ -178,10 +174,6 @@
35
+ </head>
36
+
37
+ <body>
38
+ - <div id="top_bar">
39
+ - <div id="status">Loading</div>
40
+ - <div id="sendCtrlAltDelButton">Send CtrlAltDel</div>
41
+ - </div>
42
+ <div id="screen">
43
+ <!-- This is where the remote screen will appear -->
44
+ </div>
You can’t perform that action at this time.
0 commit comments