Browse Source

Removed unused code.

samhed 11 years ago
parent
commit
2fa1c0988a
1 changed files with 1 additions and 3 deletions
  1. 1 3
      vnc.html

+ 1 - 3
vnc.html

@@ -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>)