]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Removed trailing white space terds
authorJohn Dewey <john@dewey.ws>
Sat, 21 Sep 2013 19:19:59 +0000 (12:19 -0700)
committerJohn Dewey <john@dewey.ws>
Sat, 21 Sep 2013 19:19:59 +0000 (12:19 -0700)
vnc_auto.html

index bd905ffa14f1062649cebcb19de676ea1f295785..7704bf69dd2ffbb34aef860fc4c37098f3ed6c10 100644 (file)
@@ -2,7 +2,7 @@
 <html>
 <head>
 
-    <!-- 
+    <!--
     noVNC example: simple example using default UI
     Copyright (C) 2012 Joel Martin
     Copyright (C) 2013 Samuel Mannehed for Cendio AB
             // if port == 80 (or 443) then it won't be present and should be
             // set manually
             if (!port) {
-                if (window.location.protocol.substring(0,5) == 'https') {            
+                if (window.location.protocol.substring(0,5) == 'https') {
                     port = 443;
                 }
-                else if (window.location.protocol.substring(0,4) == 'http') {            
+                else if (window.location.protocol.substring(0,4) == 'http') {
                     port = 80;
                 }
             }