Removed unused code.
This commit is contained in:
parent
2db62a9528
commit
2fa1c0988a
4
vnc.html
4
vnc.html
|
@ -47,8 +47,6 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="noVNC-control-bar">
|
<div id="noVNC-control-bar">
|
||||||
<div id="noVNC-menu-bar" style="display:none;">
|
|
||||||
</div>
|
|
||||||
<!--noVNC Mobile Device only Buttons-->
|
<!--noVNC Mobile Device only Buttons-->
|
||||||
<div class="noVNC-buttons-left">
|
<div class="noVNC-buttons-left">
|
||||||
<input type="image" src="images/drag.png"
|
<input type="image" src="images/drag.png"
|
||||||
|
@ -114,7 +112,7 @@
|
||||||
|
|
||||||
<!-- Description Panel -->
|
<!-- Description Panel -->
|
||||||
<!-- Shown by default when hosted at for kanaka.github.com -->
|
<!-- Shown by default when hosted at for kanaka.github.com -->
|
||||||
<div id="noVNC_description" style="display:none;" class="">
|
<div id="noVNC_description" class="">
|
||||||
noVNC is a browser based VNC client implemented using HTML5 Canvas
|
noVNC is a browser based VNC client implemented using HTML5 Canvas
|
||||||
and WebSockets. You will either need a VNC server with WebSockets
|
and WebSockets. You will either need a VNC server with WebSockets
|
||||||
support (such as <a href="http://libvncserver.sourceforge.net/">libvncserver</a>)
|
support (such as <a href="http://libvncserver.sourceforge.net/">libvncserver</a>)
|
||||||
|
|
Loading…
Reference in New Issue