소스 검색

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 {