Commit 75d69b9f authored by Joel Martin's avatar Joel Martin

Fix to relfect new github.io page base URL.

parent f0d30a90
...@@ -148,7 +148,7 @@ start: function(callback) { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment