]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Move scripts in vnc.html head
authorSolly Ross <sross@redhat.com>
Tue, 14 Feb 2017 23:11:55 +0000 (18:11 -0500)
committerSolly Ross <sross@redhat.com>
Tue, 21 Mar 2017 21:39:07 +0000 (17:39 -0400)
This commit moves the vnc.html scripts into head.

vnc.html

index 6ec10a265a95d23ccec9ad79f397c5954bc1fc15..b4f43e7365a88b6feb8e8521d55b0c69c15cd32a 100644 (file)
--- a/vnc.html
+++ b/vnc.html
         src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
     -->
 
+    <!-- begin scripts -->
+    <script src="vendor/browser-es-module-loader/dist/browser-es-module-loader.js"></script>
+    <script type="module" src="app/ui.js"></script>
+    <!-- end scripts -->
 </head>
 
 <body>
         <source src="app/sounds/bell.oga" type="audio/ogg">
         <source src="app/sounds/bell.mp3" type="audio/mpeg">
     </audio>
-
-    <!-- begin scripts -->
-    <script src="vendor/browser-es-module-loader/dist/browser-es-module-loader.js"></script>
-    <script type="module" src="app/ui.js"></script>
-    <!-- end scripts -->
-
  </body>
 </html>