|
@@ -47,8 +47,6 @@
|
|
|
|
|
|
<body>
|
|
|
<div id="noVNC-control-bar">
|
|
|
- <div id="noVNC-menu-bar" style="display:none;">
|
|
|
- </div>
|
|
|
<!--noVNC Mobile Device only Buttons-->
|
|
|
<div class="noVNC-buttons-left">
|
|
|
<input type="image" src="images/drag.png"
|
|
@@ -114,7 +112,7 @@
|
|
|
|
|
|
<!-- Description Panel -->
|
|
|
<!-- 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
|
|
|
and WebSockets. You will either need a VNC server with WebSockets
|
|
|
support (such as <a href="http://libvncserver.sourceforge.net/">libvncserver</a>)
|