]> git.proxmox.com Git - mirror_novnc.git/blobdiff - tests/input.html
Merge branch 'qemufix' of https://github.com/CendioOssman/noVNC
[mirror_novnc.git] / tests / input.html
index aee9e769e929e8f173d227cab8f23b5f086dd2cc..4925a3a80d3f45d87015b7c7694e09dec1aa0716 100644 (file)
@@ -27,7 +27,7 @@
     <script src="../app/webutil.js"></script>
     <script src="../core/base64.js"></script>
     <script src="../core/input/keysym.js"></script>
-    <script src="../core/input/keysymdef.js"></script> 
+    <script src="../core/input/keysymdef.js"></script>
     <script src="../core/input/xtscancodes.js"></script>
     <script src="../core/input/vkeys.js"></script>
     <script src="../core/input/util.js"></script>
@@ -39,9 +39,6 @@
             canvas, keyboard, mouse;
 
         var newline = "\n";
-        if (Util.Engine.trident) {
-            var newline = "<br>\n";
-        }
 
         function message(str) {
             console.log(str);