Pārlūkot izejas kodu

Fix to relfect new github.io page base URL.

Joel Martin 11 gadi atpakaļ
vecāks
revīzija
75d69b9f62
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      include/ui.js

+ 1 - 1
include/ui.js

@@ -148,7 +148,7 @@ start: function(callback) {
     } );
 
     // Show description by default when hosted at for kanaka.github.com
-    if (location.host === "kanaka.github.com") {
+    if (location.host === "kanaka.github.io") {
         // Open the description dialog
         $D('noVNC_description').style.display = "block";
     } else {