Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
noVNC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
noVNC
Commits
eb539c7d
Commit
eb539c7d
authored
Apr 26, 2012
by
Joel Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demo1.html: remove broken CSS include. Fix shutdown.
Fixes issue:
https://github.com/kanaka/noVNC/issues/155
parent
d619f372
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
demo1.html
demo1.html
+7
-3
No files found.
demo1.html
View file @
eb539c7d
...
...
@@ -3,7 +3,6 @@
<head>
<title>
noVNC Demo
</title>
<link
rel=
"shortcut icon"
href=
"noVNC/images/favicon.ico"
/>
<link
rel=
"stylesheet"
href=
"noVNC/include/plain.css"
>
</head>
<body>
...
...
@@ -14,6 +13,9 @@
noVNC's decoding and rendering logic, but stubs out the
keyboard/mouse input and the WebSockets network
connection.
<strong>
The red and blue channels are reversed because
this capture was taken prior to a change in the way
noVNC initializes with the server.
</strong>
</div>
<br><br>
...
...
@@ -84,10 +86,12 @@
iter_time
=
parseInt
(
total_time
/
iterations
,
10
);
Util
.
Info
(
iterations
+
" iterations took "
+
total_time
+
"ms, "
+
iter_time
+
"ms per iteration"
);
rfb
.
get_canvas
().
stop
();
// Shut-off event interception
// Shut-off event interception
rfb
.
get_mouse
().
ungrab
();
rfb
.
get_keyboard
().
ungrab
();
$D
(
'startButton'
).
disabled
=
false
;
$D
(
'startButton'
).
value
=
"Start"
;
$D
(
'VNC_status'
).
innerHTML
=
"Done"
;
}
window
.
onload
=
function
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment