فهرست منبع

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
     // 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
         // Open the description dialog
         $D('noVNC_description').style.display = "block";
         $D('noVNC_description').style.display = "block";
     } else {
     } else {