From 75d69b9f621606c3b2db48e4778ff41307f65c6d Mon Sep 17 00:00:00 2001
From: Joel Martin <github@martintribe.org>
Date: Tue, 29 Oct 2013 14:38:24 -0500
Subject: [PATCH] Fix to relfect new github.io page base URL.

---
 include/ui.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ui.js b/include/ui.js
index 40972cc..ad004e9 100644
--- a/include/ui.js
+++ b/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 {
-- 
2.18.1