瀏覽代碼

Fix to relfect new github.io page base URL.

Joel Martin 11 年之前
父節點
當前提交
75d69b9f62
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {